set gruvbox-material as default colorscheme

This commit is contained in:
2022-04-18 10:47:11 +03:00
parent 3878d42970
commit 939440b5a5

View File

@@ -3,6 +3,6 @@ vim.g.edge_better_performance = 1
vim.g.tokyonight_style = "night" vim.g.tokyonight_style = "night"
vim.cmd([[ vim.cmd([[
colorscheme bloop colorscheme gruvbox-material
hi SpellBad guifg=red hi SpellBad guifg=red
]]) ]])