Add Typescript and Dart LSP
This commit is contained in:
parent
b07ebe102c
commit
117055c3f5
2 changed files with 3 additions and 0 deletions
|
@ -3,8 +3,10 @@
|
|||
lsp = {
|
||||
enable = true;
|
||||
servers = {
|
||||
dartls.enable = true;
|
||||
nil_ls.enable = true;
|
||||
pyright.enable = true;
|
||||
ts_ls.enable = true;
|
||||
rust_analyzer = {
|
||||
enable = true;
|
||||
installCargo = false;
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
nixfmt.enable = true;
|
||||
prettier = {
|
||||
enable = true;
|
||||
disableTsServerFormatter = true;
|
||||
settings = { extra_filetypes = [ "svelte" ]; };
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue