neovim: install material colorscheme

This commit is contained in:
2022-09-07 22:25:06 +03:00
parent 0045e3bfec
commit 92bd065085
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -25,7 +25,7 @@ require("packer").startup(function(use)
-- Colorschemes go here
use({
{ "sainnhe/gruvbox-material" },
{ "Everblush/everblush.viEverblush/everblush.vimm" },
{ "kaicataldo/material.vim" },
})
-- Make commenting code great