📁 files(nvim): moved cspell to linting extra

This commit is contained in:
Sergio Laín 2024-01-06 01:20:09 +01:00
parent f9d3a4a6c3
commit bae88d66ce
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -6,7 +6,7 @@ return {
},
linters = {
cspell = {
condition = function(ctx)
condition = function(self, ctx)
return vim.fs.find({ "cspell.json" }, { path = ctx.filename, upward = true })[1]
end,
},