mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-14 03:14:43 +02:00
this throws errors sometimes
This commit is contained in:
parent
7232e0f7e0
commit
ad373002d8
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ function lsp_config.tsserver_on_attach(client, bufnr)
|
|||
-- eslint
|
||||
eslint_enable_code_actions = true,
|
||||
eslint_enable_disable_comments = true,
|
||||
eslint_bin = O.lang.tsserver.linter,
|
||||
-- eslint_bin = O.lang.tsserver.linter,
|
||||
eslint_config_fallback = nil,
|
||||
eslint_enable_diagnostics = true,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue