nvim: lsp: Fix null-ls setup
This commit is contained in:
parent
350a6edd2c
commit
9ab36d4b1b
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ end
|
|||
-- Required by nvim-lsp-ts-utils to provide ESLint code actions, diagnostics
|
||||
-- and formatting.
|
||||
null_ls.config {}
|
||||
null_ls.setup {}
|
||||
nvim_lsp["null-ls"].setup {}
|
||||
|
||||
local servers = { 'hls', 'rust_analyzer', 'pylsp', 'tsserver' }
|
||||
for _, lsp in ipairs(servers) do
|
||||
|
|
Loading…
Reference in a new issue