all repos — nixfiles @ 23f3032ad6ce214a41b7aee162ceadd6230f7f72

System and user configuration, managed by nix and home-manager

neovim: enable nix tree-sitter plugin
Alan Pearce alan@alanpearce.eu
Thu, 25 May 2023 09:25:36 +0200
commit

23f3032ad6ce214a41b7aee162ceadd6230f7f72

parent

d62310980d685cd8183f4a3276ac19dd824932c5

1 files changed, 5 insertions(+), 1 deletions(-)

jump to
M user/settings/neovim.nixuser/settings/neovim.nix
@@ -16,7 +16,11 @@ coc-git       coc-json
       coc-yaml
       direnv-vim
-      nvim-treesitter
+      (nvim-treesitter.withPlugins (
+        plugins: with plugins; [
+          nix
+        ]
+      ))
       telescope-nvim
       telescope-fzf-native-nvim
       vim-polyglot