neovim: remove rose-pine colorscheme

This commit is contained in:
2022-06-28 10:16:55 +03:00
parent f08f936506
commit 8dfcd07c03
2 changed files with 1 additions and 15 deletions

View File

@@ -1,12 +1,8 @@
vim.g.edge_diagnostic_virtual_text = "colored"
vim.g.edge_better_performance = 1
vim.g.tokyonight_style = "night"
vim.api.nvim_set_hl(0, "SpellBad", { vim.api.nvim_set_hl(0, "SpellBad", {
fg = "red", fg = "red",
}) })
vim.cmd([[ vim.cmd([[
colorscheme rose-pine colorscheme gruvbox-material
hi clear SignColumn hi clear SignColumn
]]) ]])

View File

@@ -26,16 +26,6 @@ require("packer").startup(function(use)
use({ use({
{ "sainnhe/gruvbox-material" }, { "sainnhe/gruvbox-material" },
{ "sainnhe/sonokai" }, { "sainnhe/sonokai" },
{
"rose-pine/neovim",
as = "rose-pine",
tag = "v1.*",
config = function()
require("rose-pine").setup({
dark_variant = "moon",
})
end,
},
}) })
-- Make commenting code great -- Make commenting code great