diff options
author | Alan Pearce | 2023-04-23 19:28:57 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-23 21:55:29 +0200 |
commit | 3b0c32cc6c20f6a20cf5f7e48668743f71c69e44 (patch) | |
tree | c183957fb6df7062734210c5c52962457bf3fa80 /user/settings | |
parent | 558c0d61af4eafc64c1df3ca56711530b90403c0 (diff) | |
download | nixfiles-3b0c32cc6c20f6a20cf5f7e48668743f71c69e44.tar.lz nixfiles-3b0c32cc6c20f6a20cf5f7e48668743f71c69e44.tar.zst nixfiles-3b0c32cc6c20f6a20cf5f7e48668743f71c69e44.zip |
neovim: enable fuzzy finding with telescope
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/neovim.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user/settings/neovim.nix b/user/settings/neovim.nix index f42387ee..e3ee1de0 100644 --- a/user/settings/neovim.nix +++ b/user/settings/neovim.nix @@ -15,6 +15,9 @@ coc-json coc-yaml direnv-vim + nvim-treesitter + telescope-nvim + telescope-fzf-native-nvim vim-tridactyl vim-surround ]; |