neovim-confs/lua/nvchad/configs/lazy_nvim.lua

48 lines
842 B
Lua
Raw Normal View History

2023-01-07 09:11:43 +01:00
return {
2023-01-29 19:00:13 +01:00
defaults = { lazy = true },
install = { colorscheme = { "nvchad" } },
2023-01-07 09:11:43 +01:00
ui = {
icons = {
ft = "",
2023-05-03 10:19:50 +02:00
lazy = "󰂠 ",
2023-01-07 09:11:43 +01:00
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",
},
},
},
}