refactor(nvim): remove nvim-lint
This commit is contained in:
parent
f5e88d2026
commit
78640d2eef
@ -1,16 +0,0 @@
|
|||||||
return {
|
|
||||||
{
|
|
||||||
"mfussenegger/nvim-lint",
|
|
||||||
event = { "BufReadPre", "BufNewFile" },
|
|
||||||
config = function()
|
|
||||||
require("lint").linters_by_ft = {
|
|
||||||
markdown = { "proselint" },
|
|
||||||
}
|
|
||||||
vim.api.nvim_create_autocmd({ "BufWritePost", "BufEnter" }, {
|
|
||||||
callback = function()
|
|
||||||
require("lint").try_lint()
|
|
||||||
end,
|
|
||||||
})
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user