You've already forked dotfiles
fix: Changing nvim git shortcuts and general cleanup
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
return {
|
||||
-- 'ellisonleao/gruvbox.nvim',
|
||||
'sainnhe/gruvbox-material',
|
||||
config = function()
|
||||
-- require('gruvbox').setup({
|
||||
-- contrast = 'hard',
|
||||
-- })
|
||||
-- vim.cmd([[colorscheme gruvbox]])
|
||||
vim.g.gruvbox_material_enable_italic = true
|
||||
vim.g.gruvbox_material_background = 'hard'
|
||||
vim.cmd.colorscheme('gruvbox-material')
|
||||
|
||||
Reference in New Issue
Block a user