neovim: install everbrush colorscheme

This commit is contained in:
2022-09-07 21:28:30 +03:00
parent 986e9e9490
commit 0045e3bfec
2 changed files with 5 additions and 2 deletions

View File

@@ -3,6 +3,6 @@ vim.api.nvim_set_hl(0, "SpellBad", {
})
vim.cmd([[
colorscheme gruvbox-material
colorscheme everblush
hi clear SignColumn
]])

View File

@@ -23,7 +23,10 @@ require("packer").startup(function(use)
use({ "folke/lua-dev.nvim" })
-- Colorschemes go here
use({ "sainnhe/gruvbox-material" })
use({
{ "sainnhe/gruvbox-material" },
{ "Everblush/everblush.viEverblush/everblush.vimm" },
})
-- Make commenting code great
use({ "numToStr/Comment.nvim" })