neovim: encrease debounce text changes for eslint

This commit is contained in:
Dmitriy Pleshevskiy 2024-08-10 09:58:48 +03:00
parent 061ff0f5f5
commit 1ba961aec9
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

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