Enable cspell diagnostics and code actions

This commit is contained in:
Evie Litherland-Smith 2023-05-19 08:58:28 +01:00
parent a490b9c345
commit 9ff13bad70

View file

@ -1,10 +1,10 @@
local null_ls = require "null-ls"
-- local cspell = require "cspell"
local cspell = require "cspell"
return {
-- cspell.code_actions,
cspell.code_actions,
null_ls.builtins.code_actions.gitsigns,
-- cspell.diagnostics,
cspell.diagnostics,
null_ls.builtins.formatting.alejandra,
null_ls.builtins.formatting.autoflake,