summaryrefslogtreecommitdiffstats
path: root/.local/bin
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-05-19 20:15:33 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-05-19 20:16:55 +0200
commit44623eda3dbb7eb230d24495d9b8115fcd2bc9e0 (patch)
tree23542a5594893df6b9266d8a7fcedde500739d3d /.local/bin
parent35bee2f832850529df5391c654d253db89afd131 (diff)
downloaddotfiles-44623eda3dbb7eb230d24495d9b8115fcd2bc9e0.tar.gz
dotfiles-44623eda3dbb7eb230d24495d9b8115fcd2bc9e0.zip
feat(nvim): add fzf-lua fuzzy finder
- plugin/50-fzf-lua.lua: vim.pack fzf-lua + nvim-web-devicons, default setup(), <Leader>f* keymaps (files/live_grep/buffers/helptags/resume) - dotfiles sync: declare fd + ripgrep, the fzf-lua files/live_grep providers (rg already present, fd to be installed on next sync)
Diffstat (limited to '.local/bin')
-rwxr-xr-x.local/bin/dotfiles2
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/bin/dotfiles b/.local/bin/dotfiles
index d29f4fe..ae97ce8 100755
--- a/.local/bin/dotfiles
+++ b/.local/bin/dotfiles
@@ -90,6 +90,8 @@ sync)
bash # shell
bash-completion # collection of bash completions
fzf # fuzzy finder
+ fd # fast file finder (fzf-lua files provider)
+ ripgrep # fast grep (fzf-lua live_grep provider)
ranger glib2 # file explorer (and dependency)
bat # syntax highlighter
python-pipx # Python apps environment