mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
enc: upgrade v2 to v2.5
This commit is contained in:
parent
68ea712b98
commit
609234c086
443 changed files with 5224 additions and 90746 deletions
18
lua/pcode/plugins/nvimlint.lua
Normal file
18
lua/pcode/plugins/nvimlint.lua
Normal file
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
"pojokcodeid/auto-lint.nvim",
|
||||
dependencies = {
|
||||
"mfussenegger/nvim-lint",
|
||||
event = "VeryLazy",
|
||||
},
|
||||
event = "VeryLazy",
|
||||
opts = function(_, opts)
|
||||
opts.map_lang = opts.map_lang or {}
|
||||
opts.map_name = opts.map_name or {}
|
||||
opts.add_new = opts.add_new or {}
|
||||
opts.ignore = opts.ignore or {}
|
||||
opts.ensure_installed = opts.ensure_installed or {}
|
||||
end,
|
||||
config = function(_, opts)
|
||||
require("auto-lint").setup(opts)
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue