neovim: add ayu colorscheme

This commit is contained in:
2022-08-21 00:24:25 +03:00
parent e6bab2da30
commit f1962f43d5
2 changed files with 10 additions and 1 deletions

View File

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