Vim config update

This commit is contained in:
Filippo Berto 2023-01-26 22:01:59 +01:00
parent 828c687eff
commit 629816db84
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
4 changed files with 20 additions and 4 deletions

View file

@ -6,5 +6,6 @@
[ nodePackages.typescript-language-server ]
++ lib.optionals config.programs.kakoune.enable
[ nodePackages.typescript-language-server ];
programs.neovim.withNodeJs = true;
}