fix(nvim): config

This commit is contained in:
Marvin Drescher
2024-01-24 10:53:39 +01:00
parent 272d92a681
commit ffa62aedfd
3 changed files with 4 additions and 1 deletions

View File

@@ -83,6 +83,7 @@ in
lldb = pkgs.lldb;
rust_analyzer = rust-analyzer;
typst_lsp = pkgs.typst-lsp;
inherit (pkgs.nodePackages) typescript-language-server bash-language-server;
};
pathsLua = pkgs.writeTextFile {
name = "nvim-deps.lua";