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

View File

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