54 lines
946 B
Lua
54 lines
946 B
Lua
return {
|
|
defaults = {
|
|
lazy = true,
|
|
},
|
|
|
|
install = {
|
|
-- try to load one of these colorschemes when starting an installation during startup
|
|
colorscheme = { "nvchad" },
|
|
},
|
|
|
|
ui = {
|
|
icons = {
|
|
ft = "",
|
|
lazy = "鈴 ",
|
|
loaded = "",
|
|
not_loaded = "",
|
|
},
|
|
},
|
|
|
|
performance = {
|
|
rtp = {
|
|
disabled_plugins = {
|
|
"2html_plugin",
|
|
"tohtml",
|
|
"getscript",
|
|
"getscriptPlugin",
|
|
"gzip",
|
|
"logipat",
|
|
"netrw",
|
|
"netrwPlugin",
|
|
"netrwSettings",
|
|
"netrwFileHandlers",
|
|
"matchit",
|
|
"tar",
|
|
"tarPlugin",
|
|
"rrhelper",
|
|
"spellfile_plugin",
|
|
"vimball",
|
|
"vimballPlugin",
|
|
"zip",
|
|
"zipPlugin",
|
|
"tutor",
|
|
"rplugin",
|
|
"syntax",
|
|
"synmenu",
|
|
"optwin",
|
|
"compiler",
|
|
"bugreport",
|
|
"ftplugin",
|
|
},
|
|
},
|
|
},
|
|
}
|