mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-22 19:55:10 +02:00
this may break things if not specified like this
This commit is contained in:
parent
30a9becf6d
commit
cabc218c64
1 changed files with 3 additions and 1 deletions
|
@ -89,7 +89,9 @@ return require("packer").startup(function(use)
|
|||
-- Linter
|
||||
use {
|
||||
"mfussenegger/nvim-lint",
|
||||
config = require("core.linter").setup,
|
||||
config = function()
|
||||
require("core.linter").setup()
|
||||
end,
|
||||
}
|
||||
|
||||
-- NvimTree
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue