feat(colorschemes): Add rose-pine

This commit is contained in:
rajvatsal 2024-01-05 18:26:50 +05:30
parent 30511c1c89
commit afdb93b9f0
3 changed files with 23 additions and 13 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 'gruvbox' -- Set custom colorscheme [[ NOTE: Never set it to "onedark" cuz it breaks the editor ]]
vim.cmd.colorscheme 'rose-pine' -- Set custom colorscheme [[ NOTE: Never set it to "onedark" cuz it breaks the editor ]]
-- Lualine config
require('lualine').setup {