You've already forked dotfiles
feat: Adding a bunch of changes to move further towards a clean and more
builtin setup rather than relying upon plugins.
This commit is contained in:
8
nvim/lua/plugins/gruvbox.lua
Normal file
8
nvim/lua/plugins/gruvbox.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
vim.pack.add({
|
||||
'https://github.com/sainnhe/gruvbox-material',
|
||||
})
|
||||
|
||||
vim.g.gruvbox_material_enable_italic = true
|
||||
vim.g.gruvbox_material_background = 'hard'
|
||||
vim.g.gruvbox_material_better_performance = 1
|
||||
vim.cmd.colorscheme('gruvbox-material')
|
||||
Reference in New Issue
Block a user