change colorscheme to rose-pine

This commit is contained in:
Alexander Navarro 2023-04-20 18:26:10 -04:00
parent 17f496aeba
commit 9250f5bac9
5 changed files with 35 additions and 10 deletions

View file

@ -37,15 +37,6 @@ return {
opts = {},
},
{
-- Theme inspired by Atom
"navarasu/onedark.nvim",
priority = 1000,
config = function()
vim.cmd.colorscheme("onedark")
end,
},
-- "gc" to comment visual regions/lines
{ "numToStr/Comment.nvim", opts = {} },
}