fix gruvbox theme

This commit is contained in:
elkowar 2021-05-18 12:36:03 +02:00
parent 1eb6966032
commit bdeb04af86
No known key found for this signature in database
GPG key ID: E321AD71B1D1F27F

View file

@ -6,10 +6,11 @@
"/home/leon/coding/projects/nvim-gehzu" {} "/home/leon/coding/projects/nvim-gehzu" {}
:elkowar/kmonad.vim {} :elkowar/kmonad.vim {}
:lifepillar/vim-gruvbox8 {:opt false :lifepillar/vim-gruvbox8 {:opt false
:config #((do (vim.cmd "colorscheme gruvbox8") :config #(do (set vim.g.gruvbox_italics 0)
(set vim.g.gruvbox_italics 0) (set vim.g.gruvbox_italicise_strings 0)
(set vim.g.gruvbox_ifiletype_hi_groups 1) (set vim.g.gruvbox_filetype_hi_groups 1)
(set vim.g.gruvbox_plugins_hi_groups 1)))} (set vim.g.gruvbox_plugins_hi_groups 1)
(vim.cmd "colorscheme gruvbox8"))}
;:gruvbox-community/gruvbox {:opt false ;:gruvbox-community/gruvbox {:opt false
;:config #(vim.cmd "colorscheme gruvbox")} ;:config #(vim.cmd "colorscheme gruvbox")}