✏️ Other small config changes
This commit is contained in:
parent
d11285000e
commit
d8ac45f3ee
1 changed files with 27 additions and 4 deletions
|
|
@ -108,15 +108,38 @@ require("lazy").setup({
|
||||||
frequency = 86400,
|
frequency = 86400,
|
||||||
notify = false,
|
notify = false,
|
||||||
},
|
},
|
||||||
|
ui = {
|
||||||
|
border = "rounded",
|
||||||
|
},
|
||||||
performance = {
|
performance = {
|
||||||
rtp = {
|
rtp = {
|
||||||
disabled_plugins = {
|
disabled_plugins = {
|
||||||
"gzip",
|
"2html_plugin",
|
||||||
"tarPlugin",
|
|
||||||
"tohtml",
|
"tohtml",
|
||||||
"tutor",
|
"getscript",
|
||||||
|
"getscriptPlugin",
|
||||||
|
"gzip",
|
||||||
|
"logipat",
|
||||||
|
"netrw",
|
||||||
|
"netrwPlugin",
|
||||||
|
"netrwSettings",
|
||||||
|
"netrwFileHandlers",
|
||||||
|
"matchit",
|
||||||
|
"tar",
|
||||||
|
"tarPlugin",
|
||||||
|
"rrhelper",
|
||||||
|
"spellfile_plugin",
|
||||||
|
"vimball",
|
||||||
|
"vimballPlugin",
|
||||||
|
"zip",
|
||||||
"zipPlugin",
|
"zipPlugin",
|
||||||
"netrwPlugin", -- Only disable if not using netrw
|
"tutor",
|
||||||
|
"rplugin",
|
||||||
|
"syntax",
|
||||||
|
"synmenu",
|
||||||
|
"optwin",
|
||||||
|
"compiler",
|
||||||
|
"bugreport",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue