mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
feat(extras): added extra for nvim-lint
This commit is contained in:
parent
9762e7e431
commit
05f45bb720
4 changed files with 93 additions and 0 deletions
|
@ -18,6 +18,15 @@ return {
|
|||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
"mfussenegger/nvim-lint",
|
||||
optional = true,
|
||||
opts = {
|
||||
linters_by_ft = {
|
||||
cmake = { "cmakelint" },
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"mason.nvim",
|
||||
opts = function(_, opts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue