Temp remove cspell due to slow-down

This commit is contained in:
Evie Litherland-Smith 2023-05-17 17:19:27 +01:00
parent 4b410f490f
commit 6642f04431

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,