nvim: Switch to gruvbox8 theme

This theme is quite fast to load though slightly less nicer than
sonokai, the sonokai theme can take 20-30ms during load. Load times for
gruvbox8 seem to be around 2-2.5ms.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-04-18 18:32:33 +05:30
parent 7eeb5cf7ea
commit 19be5a4442

View file

@ -19,7 +19,7 @@ Plug 'thaerkh/vim-workspace'
" Commenter
Plug 'tpope/vim-commentary'
" Theme
Plug 'sainnhe/sonokai'
Plug 'lifepillar/vim-gruvbox8'
" Syntax highlighting
Plug 'sheerun/vim-polyglot'
" Autoload and read from dish if file changes
@ -191,10 +191,7 @@ set sessionoptions-=blank
set grepprg=rg\ --vimgrep
" Theme
let g:sonokai_style = 'atlantis'
let g:sonokai_enable_italic = 1
let g:sonokai_disable_italic_comment = 1
colorscheme sonokai
colorscheme gruvbox8_hard
" --------------------------- Key Bindings -----------------------------------
" Remap escape keys to something usable on home row