initial commit
This commit is contained in:
commit
179e92ee04
17 changed files with 2377 additions and 0 deletions
6
lua/plugins/theme.lua
Normal file
6
lua/plugins/theme.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"ellisonleao/gruvbox.nvim",
|
||||
priority = 1000,
|
||||
config = true,
|
||||
opts = ...,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue