diff options
| author | Christoph Schlosser <christoph@linux.com> | 2025-04-14 19:45:47 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2025-04-14 19:45:47 +0200 |
| commit | 343cbcc42d329b24a3ef03d31035dc7c1b708c5b (patch) | |
| tree | 01716e44acae7935478af087ccdaf4af33157175 /nvim/lua/custom/plugins/fzf.lua | |
| parent | afb04695977c300478b42e06c78c656358616df3 (diff) | |
| download | dots-343cbcc42d329b24a3ef03d31035dc7c1b708c5b.tar.gz | |
nvim: Set tabs/whitespace options
Diffstat (limited to 'nvim/lua/custom/plugins/fzf.lua')
| -rw-r--r-- | nvim/lua/custom/plugins/fzf.lua | 8 |
1 files changed, 8 insertions, 0 deletions
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', + }, +} |