feat: initial push with a fully separated and organized user configuration for AstroNvim v3
This commit is contained in:
10
lazy.lua
Normal file
10
lazy.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
-- Configure require("lazy").setup() options
|
||||
return {
|
||||
defaults = { lazy = true },
|
||||
performance = {
|
||||
rtp = {
|
||||
-- customize default disabled vim plugins
|
||||
disabled_plugins = { "tohtml", "gzip", "matchit", "zipPlugin", "netrwPlugin", "tarPlugin", "matchparen" },
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user