NVIM: Set deno as tslang lsp
This commit is contained in:
parent
15632c2e27
commit
9c28fb0abd
1 changed files with 6 additions and 1 deletions
|
|
@ -51,13 +51,18 @@
|
|||
enableFormat = true; #You can also manually overwrite each language.
|
||||
enableTreesitter = true;
|
||||
|
||||
ts = {
|
||||
enable = true;
|
||||
lsp.server = "denols";
|
||||
extensions.ts-error-translator.enable = true;
|
||||
};
|
||||
|
||||
bash.enable = true;
|
||||
css.enable = true;
|
||||
html.enable = true;
|
||||
markdown.enable = true;
|
||||
nix.enable = true;
|
||||
svelte.enable = true;
|
||||
ts.enable = true;
|
||||
typst.enable = true;
|
||||
rust.enable = true;
|
||||
python.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue