style: comment the selene example

This commit is contained in:
Folke Lemaitre
2023-09-29 15:15:38 +02:00
parent 0f7a009d1c
commit 886d49eb89

View File

@ -14,13 +14,13 @@ return {
---@type table<string,table>
linter_opts = {
-- -- Example of using selene only when a selene.toml file is present
selene = {
-- `condition` is another LazyVim extension that allows you to
-- dynamically enable/disable linters based on the context.
condition = function(ctx)
return vim.fs.find({ "selene.toml" }, { path = ctx.filename, upward = true })[1]
end,
},
-- selene = {
-- -- `condition` is another LazyVim extension that allows you to
-- -- dynamically enable/disable linters based on the context.
-- condition = function(ctx)
-- return vim.fs.find({ "selene.toml" }, { path = ctx.filename, upward = true })[1]
-- end,
-- },
},
},
config = function(_, opts)