mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-05 19:02:24 +00:00
fix gruvbox theme
This commit is contained in:
parent
1eb6966032
commit
bdeb04af86
1 changed files with 5 additions and 4 deletions
|
@ -6,10 +6,11 @@
|
|||
"/home/leon/coding/projects/nvim-gehzu" {}
|
||||
:elkowar/kmonad.vim {}
|
||||
:lifepillar/vim-gruvbox8 {:opt false
|
||||
:config #((do (vim.cmd "colorscheme gruvbox8")
|
||||
(set vim.g.gruvbox_italics 0)
|
||||
(set vim.g.gruvbox_ifiletype_hi_groups 1)
|
||||
(set vim.g.gruvbox_plugins_hi_groups 1)))}
|
||||
:config #(do (set vim.g.gruvbox_italics 0)
|
||||
(set vim.g.gruvbox_italicise_strings 0)
|
||||
(set vim.g.gruvbox_filetype_hi_groups 1)
|
||||
(set vim.g.gruvbox_plugins_hi_groups 1)
|
||||
(vim.cmd "colorscheme gruvbox8"))}
|
||||
;:gruvbox-community/gruvbox {:opt false
|
||||
;:config #(vim.cmd "colorscheme gruvbox")}
|
||||
|
||||
|
|
Loading…
Reference in a new issue