From 23f3032ad6ce214a41b7aee162ceadd6230f7f72 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 25 May 2023 09:25:36 +0200 Subject: neovim: enable nix tree-sitter plugin --- user/settings/neovim.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/user/settings/neovim.nix b/user/settings/neovim.nix index e33d0f8f..49c1997e 100644 --- a/user/settings/neovim.nix +++ b/user/settings/neovim.nix @@ -16,7 +16,11 @@ coc-json coc-yaml direnv-vim - nvim-treesitter + (nvim-treesitter.withPlugins ( + plugins: with plugins; [ + nix + ] + )) telescope-nvim telescope-fzf-native-nvim vim-polyglot -- cgit 1.4.1