diff --git a/users/rin/neovim.nix b/users/rin/neovim.nix index d9bd639..a62f4ba 100644 --- a/users/rin/neovim.nix +++ b/users/rin/neovim.nix @@ -34,6 +34,10 @@ in { lf-vim vim-floaterm + (nvim-treesitter.withPlugins (p: with p; [ + tree-sitter-nix + tree-sitter-typescript + ])) ]; withNodeJs = true; @@ -82,6 +86,12 @@ in { " disable empty line tildes set fcs=eob:\ + + lua <