mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-05 18:40:53 +00:00
languages/ts: add tsgo as LSP
This commit is contained in:
parent
8aad181ec9
commit
c174a66112
2 changed files with 8 additions and 0 deletions
|
|
@ -120,6 +120,11 @@
|
|||
end
|
||||
'';
|
||||
};
|
||||
|
||||
tsgo = {
|
||||
cmd = [(getExe pkgs.typescript-go) "--lsp" "--stdio"];
|
||||
root_markers = ["tsconfig.json" "jsconfig.json" "package.json" ".git"];
|
||||
};
|
||||
};
|
||||
|
||||
denols_handlers = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue