Set theme to gruvbox

This commit is contained in:
rajvatsal 2023-12-12 08:46:51 +05:30
parent aa1513412f
commit 35d7773232
1 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@ vim.opt.tabstop = 2
vim.opt.shiftwidth = 2
vim.opt.expandtab = true
vim.bo.softtabstop = 2
vim.opt.relativenumber = true
-- Set custom colorscheme [[ NOTE: Never set it to onedark cuz it breaks the editor ]]
vim.cmd.colorscheme 'tokyonight-night'
-- Set custom colorscheme [[ NOTE: Never set it to "onedark" cuz it breaks the editor ]]
vim.cmd.colorscheme 'gruvbox'