lazy-nvim plugin and formatting
This commit is contained in:
parent
a1919bafc7
commit
8b437e4177
|
|
@ -10,61 +10,40 @@ return {
|
|||
|
||||
ui = {
|
||||
icons = {
|
||||
cmd = " ",
|
||||
config = "",
|
||||
event = "",
|
||||
ft = " ",
|
||||
init = " ",
|
||||
import = " ",
|
||||
keys = " ",
|
||||
ft = "",
|
||||
lazy = "鈴 ",
|
||||
loaded = "",
|
||||
not_loaded = "",
|
||||
plugin = " ",
|
||||
runtime = " ",
|
||||
source = " ",
|
||||
start = "",
|
||||
task = "✔ ",
|
||||
list = {
|
||||
"●",
|
||||
"➜",
|
||||
"★",
|
||||
"‒",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
-- 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",
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
performance = {
|
||||
rtp = {
|
||||
disabled_plugins = {
|
||||
"2html_plugin",
|
||||
"tohtml",
|
||||
"getscript",
|
||||
"getscriptPlugin",
|
||||
"gzip",
|
||||
"logipat",
|
||||
"matchit",
|
||||
"tar",
|
||||
"tarPlugin",
|
||||
"rrhelper",
|
||||
"spellfile_plugin",
|
||||
"vimball",
|
||||
"vimballPlugin",
|
||||
"zip",
|
||||
"zipPlugin",
|
||||
"tutor",
|
||||
"rplugin",
|
||||
"syntax",
|
||||
"synmenu",
|
||||
"optwin",
|
||||
"compiler",
|
||||
"bugreport",
|
||||
"ftplugin",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Reference in New Issue