fix none-ls deprecation and replace with native LSP yay!!
This commit is contained in:
parent
6a560b4086
commit
d56f84739b
4 changed files with 27 additions and 23 deletions
|
|
@ -36,22 +36,14 @@ function M.config()
|
|||
},
|
||||
-- extra_args = { "--no-semi", "--single-quote", "--jsx-single-quote" },
|
||||
}),
|
||||
formatting.eslint_d,
|
||||
|
||||
-- Linters / Diagnostics
|
||||
diagnostics.eslint_d,
|
||||
diagnostics.flake8,
|
||||
|
||||
-- diagnostics.revive, -- Golang linter
|
||||
diagnostics.yamllint,
|
||||
diagnostics.jsonlint,
|
||||
diagnostics.shellcheck.with({
|
||||
filetypes = { 'sh', 'zsh' },
|
||||
}),
|
||||
diagnostics.zsh,
|
||||
|
||||
-- Code Actions
|
||||
code_actions.eslint_d,
|
||||
},
|
||||
})
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue