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