📁 files(nvim): moved cspell to linting extra
This commit is contained in:
parent
f9d3a4a6c3
commit
bae88d66ce
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ return {
|
||||||
},
|
},
|
||||||
linters = {
|
linters = {
|
||||||
cspell = {
|
cspell = {
|
||||||
condition = function(ctx)
|
condition = function(self, ctx)
|
||||||
return vim.fs.find({ "cspell.json" }, { path = ctx.filename, upward = true })[1]
|
return vim.fs.find({ "cspell.json" }, { path = ctx.filename, upward = true })[1]
|
||||||
end,
|
end,
|
||||||
},
|
},
|
Loading…
Add table
Reference in a new issue