refactor(colorschemes): Remove config in rose-pine

This commit is contained in:
rajvatsal 2024-01-05 18:30:40 +05:30
parent afdb93b9f0
commit 001e4f13f9
2 changed files with 2 additions and 1 deletions

View file

@ -4,7 +4,7 @@ vim.go.expandtab = true
vim.bo.softtabstop = 2
vim.go.relativenumber = true
vim.keymap.set('t', '<Esc>', [[<C-\><C-n>]], { noremap = true })
vim.cmd.colorscheme 'rose-pine' -- Set custom colorscheme [[ NOTE: Never set it to "onedark" cuz it breaks the editor ]]
vim.cmd.colorscheme 'oxocarbon' -- Set custom colorscheme [[ NOTE: Never set it to "onedark" cuz it breaks the editor ]]
-- Lualine config
require('lualine').setup {