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([[ vim.cmd([[
colorscheme gruvbox-material colorscheme everblush
hi clear SignColumn hi clear SignColumn
]]) ]])

View File

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