neovim: back to gruvbox-material
This commit is contained in:
@@ -4,5 +4,5 @@ vim.api.nvim_set_hl(0, "SpellBad", {
|
|||||||
|
|
||||||
vim.cmd([[
|
vim.cmd([[
|
||||||
hi clear SignColumn
|
hi clear SignColumn
|
||||||
colorscheme kanagawa
|
colorscheme gruvbox-material
|
||||||
]])
|
]])
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ require("packer").startup(function(use)
|
|||||||
|
|
||||||
-- Colorschemes go here
|
-- Colorschemes go here
|
||||||
use({ "sainnhe/gruvbox-material" })
|
use({ "sainnhe/gruvbox-material" })
|
||||||
use({ "rebelot/kanagawa.nvim" })
|
|
||||||
|
|
||||||
-- Make commenting code great
|
-- Make commenting code great
|
||||||
use({
|
use({
|
||||||
|
|||||||
Reference in New Issue
Block a user