diff --git a/lua/user/lsp/nullls.lua b/lua/user/lsp/nullls.lua index 2d08457..c469a8c 100644 --- a/lua/user/lsp/nullls.lua +++ b/lua/user/lsp/nullls.lua @@ -13,6 +13,7 @@ null_ls.setup({ formatting.stylua, code_actions.eslint_d, diagnostics.eslint_d, + diagnostics.cspell, formatting.eslint_d, }, on_attach = function(client)