Add kak-lsp config for typescript
This commit is contained in:
parent
34dbdead76
commit
346c10c319
2 changed files with 8 additions and 2 deletions
|
@ -51,6 +51,12 @@ in
|
|||
programs.my-kakoune.enable-fish-session = true;
|
||||
programs.kak-lsp.enable = true;
|
||||
programs.kak-lsp.package = kak-lsp;
|
||||
programs.kak-lsp.languages.typescript = {
|
||||
args = [ "--stdio" ];
|
||||
command = "typescript-language-server";
|
||||
filetypes = [ "typescript" ];
|
||||
roots = [ "package.json" ];
|
||||
};
|
||||
|
||||
programs.my-kakoune.package = kakounePkg;
|
||||
programs.my-kakoune.rc =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue