14 lines
251 B
Lua
14 lines
251 B
Lua
-- defines linters and their configurations
|
|
|
|
-- return {
|
|
-- {
|
|
-- "mfussenegger/nvim-lint",
|
|
-- optional = true,
|
|
-- opts = {
|
|
-- linters_by_ft = {
|
|
-- markdown = { "markdownlint" },
|
|
-- },
|
|
-- },
|
|
-- },
|
|
-- }
|
|
return {}
|