mirror of https://github.com/gabehf/nvim-conf.git
parent
cc4abb76ee
commit
d9d98ca2c8
@ -1,2 +1,7 @@
|
||||
# my nvchad setup
|
||||
copy this repo to ~/.config/nvim to nab my styles
|
||||
# nvim stuff
|
||||
|
||||
i like nvchad but i rewrote this to not use the distro anymore (but still using ui and bas46 plugin from chad :P)
|
||||
|
||||
clone repo into ~./config to nab my styles
|
||||
|
||||
note that base46 didnt work until i ran `require('base46').load_all_highlights()` manually
|
||||
|
||||
@ -0,0 +1,47 @@
|
||||
return {
|
||||
defaults = { lazy = true },
|
||||
install = { colorscheme = { "nvchad" } },
|
||||
|
||||
ui = {
|
||||
icons = {
|
||||
ft = "",
|
||||
lazy = " ",
|
||||
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",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Reference in new issue