chore(nvim): a bunch of stuff

This commit is contained in:
Afonso Franco 2025-01-03 18:30:23 +00:00
parent 674dcb8d12
commit c388f2843a
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
5 changed files with 18 additions and 6 deletions

View file

@ -1,5 +1,5 @@
vim.g.gruvbox_material_better_performance = 1
vim.g.gruvbox_material_background = 'hard'
vim.g.gruvbox_material_foreground = 'original'
vim.opt.background = 'dark'
vim.g.gruvbox_material_better_performance=1
vim.g.gruvbox_material_background="medium"
vim.g.gruvbox_material_foreground="material"
vim.opt.background="dark"
vim.cmd('colorscheme gruvbox-material')