reduce some LOC
This commit is contained in:
parent
4990b23935
commit
2ee1ada911
7 changed files with 10 additions and 53 deletions
|
|
@ -1,12 +1,6 @@
|
|||
return {
|
||||
defaults = {
|
||||
lazy = true,
|
||||
},
|
||||
|
||||
install = {
|
||||
-- try to load one of these colorschemes when starting an installation during startup
|
||||
colorscheme = { "nvchad" },
|
||||
},
|
||||
defaults = { lazy = true },
|
||||
install = { colorscheme = { "nvchad" } },
|
||||
|
||||
ui = {
|
||||
icons = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue