neovim: use typescript-tools instead of typescript-language-server #18
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@ let inherit (lib.nix2lua) call; in
|
|||
};
|
||||
eslint = {
|
||||
on_attach = config.fn.lspconfig-eslint-on-attach.lambda;
|
||||
flags = {
|
||||
allow_incremental_sync = false;
|
||||
debounce_text_changes = 1000;
|
||||
};
|
||||
};
|
||||
volar = {
|
||||
init_options = {
|
||||
|
|
Loading…
Reference in a new issue