From 343cbcc42d329b24a3ef03d31035dc7c1b708c5b Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Mon, 14 Apr 2025 19:45:47 +0200 Subject: nvim: Set tabs/whitespace options --- nvim/lua/custom/plugins/fzf.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 nvim/lua/custom/plugins/fzf.lua (limited to 'nvim/lua/custom/plugins/fzf.lua') diff --git a/nvim/lua/custom/plugins/fzf.lua b/nvim/lua/custom/plugins/fzf.lua new file mode 100644 index 0000000..ca100a2 --- /dev/null +++ b/nvim/lua/custom/plugins/fzf.lua @@ -0,0 +1,8 @@ +return { + { + 'junegunn/fzf.vim', + }, + { + 'junegunn/fzf', + }, +} -- cgit v1.2.3