Enable cspell diagnostics and code actions
This commit is contained in:
parent
a490b9c345
commit
9ff13bad70
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue