neovim-dots/lua/plugins/lint.lua

15 lines
251 B
Lua
Raw Normal View History

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