mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
style: removed dead code
This commit is contained in:
parent
bd2ac542a0
commit
3833a7d1ce
1 changed files with 0 additions and 1 deletions
|
|
@ -18,7 +18,6 @@ local enabled = {
|
||||||
}
|
}
|
||||||
|
|
||||||
local Config = require("lazy.core.config")
|
local Config = require("lazy.core.config")
|
||||||
local Plugin = require("lazy.core.plugin")
|
|
||||||
Config.options.checker.enabled = false
|
Config.options.checker.enabled = false
|
||||||
Config.options.change_detection.enabled = false
|
Config.options.change_detection.enabled = false
|
||||||
Config.options.defaults.cond = function(plugin)
|
Config.options.defaults.cond = function(plugin)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue