chore(nvim): remove spelling suggestions for LSP

This commit is contained in:
Stefan Imhoff
2022-10-17 12:26:31 +02:00
parent 0d1e9ceb22
commit 229d73fac3

View File

@@ -21,8 +21,6 @@ null_ls.setup({
code_actions.gitsigns,
code_actions.proselint,
completion.luasnip,
completion.spell,
-- diagnostics.codespell,
diagnostics.eslint, -- Eslint
-- diagnostics.eslint_d, -- Eslint
diagnostics.flake8, -- Python