diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-21 11:37:38 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-21 11:37:38 +0200 |
| commit | 5ff880bc1fd57c2b50772f45bd461070f23dc2ea (patch) | |
| tree | 220686692a196c744bfa820032eb968b73fdac6c /.config/nvim/plugin/50-fzf-lua.lua | |
| parent | efcec4201d38947aef340322988a68e1e54b9b46 (diff) | |
| download | dotfiles-5ff880bc1fd57c2b50772f45bd461070f23dc2ea.tar.gz dotfiles-5ff880bc1fd57c2b50772f45bd461070f23dc2ea.zip | |
misc: comment
Diffstat (limited to '.config/nvim/plugin/50-fzf-lua.lua')
| -rw-r--r-- | .config/nvim/plugin/50-fzf-lua.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/nvim/plugin/50-fzf-lua.lua b/.config/nvim/plugin/50-fzf-lua.lua index 9e86ed1..562fb2a 100644 --- a/.config/nvim/plugin/50-fzf-lua.lua +++ b/.config/nvim/plugin/50-fzf-lua.lua @@ -2,8 +2,6 @@ -- Fuzzy finder configuration (files, grep, buffers, help) -- -- See https://github.com/ibhagwan/fzf-lua --- Uses the `fzf` binary, `rg` for grep, `fd` for the files provider and `bat` --- for previews -- all installed by `dotfiles sync`. vim.pack.add({ "https://github.com/nvim-tree/nvim-web-devicons", -- File-type icons (also used by lualine) |
