neovim: enable nix tree-sitter plugin
Alan Pearce alan@alanpearce.eu
Thu, 25 May 2023 09:25:36 +0200
1 files changed, 5 insertions(+), 1 deletions(-)
jump to
M user/settings/neovim.nix → user/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