neovim-dots/lua/plugins/lint.lua

14 lines
251 B
Lua

-- defines linters and their configurations
-- return {
-- {
-- "mfussenegger/nvim-lint",
-- optional = true,
-- opts = {
-- linters_by_ft = {
-- markdown = { "markdownlint" },
-- },
-- },
-- },
-- }
return {}