summary refs log tree commit diff stats
path: root/user/settings/neovim.nix
diff options
context:
space:
mode:
authorAlan Pearce2023-04-23 19:28:57 +0200
committerAlan Pearce2023-04-23 21:55:29 +0200
commit3b0c32cc6c20f6a20cf5f7e48668743f71c69e44 (patch)
treec183957fb6df7062734210c5c52962457bf3fa80 /user/settings/neovim.nix
parent558c0d61af4eafc64c1df3ca56711530b90403c0 (diff)
downloadnixfiles-3b0c32cc6c20f6a20cf5f7e48668743f71c69e44.tar.lz
nixfiles-3b0c32cc6c20f6a20cf5f7e48668743f71c69e44.tar.zst
nixfiles-3b0c32cc6c20f6a20cf5f7e48668743f71c69e44.zip
neovim: enable fuzzy finding with telescope
Diffstat (limited to 'user/settings/neovim.nix')
-rw-r--r--user/settings/neovim.nix3
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
     ];