From 3f121e3608ae70ca0aecba30dee903ff2ead58fd Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Mon, 5 Jul 2021 11:24:16 +0700 Subject: [PATCH] add nvim-treesitter with nix and typescript --- users/rin/neovim.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 <