neovim: install rose-pine colorscheme

This commit is contained in:
2022-06-27 14:47:46 +03:00
parent 82c33ab6e5
commit f08f936506
2 changed files with 11 additions and 1 deletions

View File

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