lazy-nvim plugin and formatting

This commit is contained in:
krolyxon 2023-01-19 16:06:21 +05:30
parent a1919bafc7
commit 8b437e4177
5 changed files with 121 additions and 142 deletions

View File

@ -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",
-- },
-- },
-- },
} }