mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-23 12:16:28 +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
|
-- Linter
|
||||||
use {
|
use {
|
||||||
"mfussenegger/nvim-lint",
|
"mfussenegger/nvim-lint",
|
||||||
config = require("core.linter").setup,
|
config = function()
|
||||||
|
require("core.linter").setup()
|
||||||
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
-- NvimTree
|
-- NvimTree
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue