neovim: encrease debounce text changes for eslint
This commit is contained in:
parent
061ff0f5f5
commit
1ba961aec9
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