gruvbox theme && relativenumbers
This commit is contained in:
parent
18b919c61e
commit
85a7f4610f
2 changed files with 9 additions and 6 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue