neovim: set as colorscheme

This commit is contained in:
2022-08-21 22:23:42 +03:00
parent 022a7c854c
commit 722b7e1ee6

View File

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