gruvbox theme && relativenumbers

This commit is contained in:
Goldyr 2024-02-27 16:07:50 -03:00
parent 18b919c61e
commit 85a7f4610f
2 changed files with 9 additions and 6 deletions

View file

@ -2,4 +2,9 @@
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {}
return {
'morhetz/gruvbox',
config = function()
vim.cmd.colorscheme 'gruvbox'
end,
}