This website requires JavaScript.
Explore
Help
Sign In
don
/
dotfiles
Watch
1
Star
0
Fork
0
mirror of
https://github.com/don-philipe/dotfiles.git
synced
2026-09-08 06:38:52 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a65784223d05c40bd65b16ea795ff91c87f9af8c
dotfiles
/
.config
/
nvim
/
lua
/
plugins
/
gruvbox.lua
T
4 lines
92 B
Lua
Raw
Normal View
History
Unescape
Escape
Add neovim config with some plugins
2025-01-22 22:29:58 +01:00
return
{
{
'morhetz/gruvbox'
,
config
=
function
()
vim.cmd
.
colorscheme
(
"gruvbox"
)
end
}
}
Reference in New Issue
Copy Permalink