summaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-05-21 11:37:38 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-05-21 11:37:38 +0200
commit79c3f037992ea58d68fc838e3535323290e4ffcc (patch)
tree03e5bb0d55d0c5a4600e49845b16c8fd2cb9b654 /plugin
parentbcac2bd0172d53f38c203488f32925698a11b549 (diff)
downloadnvim-config-79c3f037992ea58d68fc838e3535323290e4ffcc.tar.gz
nvim-config-79c3f037992ea58d68fc838e3535323290e4ffcc.zip
misc: comment
Diffstat (limited to 'plugin')
-rw-r--r--plugin/50-fzf-lua.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/50-fzf-lua.lua b/plugin/50-fzf-lua.lua
index 9e86ed1..562fb2a 100644
--- a/plugin/50-fzf-lua.lua
+++ b/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)