neovim: install material colorscheme
This commit is contained in:
@@ -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
|
||||||
]])
|
]])
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user