neovim: use typescript-tools instead of typescript-language-server #18

Merged
pleshevskiy merged 3 commits from neovim/tsserver into main 2024-08-10 10:01:58 +03:00
Showing only changes of commit 1ba961aec9 - Show all commits

View file

@ -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 = {