neovim: use eslint_d

This commit is contained in:
LavaDesu 2021-10-16 22:14:12 +07:00
parent 365986de7b
commit 28432fc061
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -206,7 +206,7 @@ nvim_lsp.diagnosticls.setup {
init_options = { init_options = {
linters = { linters = {
eslint = { eslint = {
command = 'eslint', command = 'eslint_d',
rootPatterns = { '.git' }, rootPatterns = { '.git' },
debounce = 100, debounce = 100,
args = { '--stdin', '--stdin-filename', '%filepath', '--format', 'json' }, args = { '--stdin', '--stdin-filename', '%filepath', '--format', 'json' },