Added new themes
This commit is contained in:
parent
7eeb6efe70
commit
bdee3f372f
3 changed files with 7 additions and 1 deletions
|
|
@ -2,4 +2,6 @@
|
|||
-- I promise not to create any merge conflicts in this directory :)
|
||||
--
|
||||
-- See the kickstart.nvim README for more information
|
||||
return {}
|
||||
return {
|
||||
}
|
||||
|
||||
|
|
|
|||
3
lua/custom/plugins/themes.lua
Normal file
3
lua/custom/plugins/themes.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
return {
|
||||
"morhetz/gruvbox"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue