Skip to content

Commit

Permalink
perf(lazy): update lazy config
Browse files Browse the repository at this point in the history
  • Loading branch information
liubang committed Oct 15, 2023
1 parent ac2917f commit 8423282
Showing 1 changed file with 7 additions and 20 deletions.
27 changes: 7 additions & 20 deletions lua/lb/lazy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,31 +39,14 @@ require("lazy").setup {
change_detection = {
enabled = false,
},
ui = { -- {{{
border = "single",
-- stylua: ignore
icons = {
loaded = "",
not_loaded = "",
cmd = "",
config = "",
event = "",
ft = "",
init = "",
keys = "",
plugin = "",
runtime = "",
source = "",
start = "",
task = "",
lazy = "",
},
}, -- }}}
ui = { border = "single" },
performance = { -- {{{
cache = {
enabled = true,
},
reset_packpath = true,
rtp = {
reset = true,
disabled_plugins = {
"gzip",
"matchit",
Expand All @@ -86,6 +69,10 @@ require("lazy").setup {
-- only generate markdown helptags for plugins that dont have docs
skip_if_doc_exists = true,
}, -- }}}
profiling = {
loader = false,
require = false,
},
}

-- vim: fdm=marker fdl=0

0 comments on commit 8423282

Please sign in to comment.