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
]])