nvim: Switch to sonokai

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-02-27 21:04:45 +05:30
parent 2b59e8e343
commit 025d0ddab3

View file

@ -24,8 +24,7 @@ Plug 'thaerkh/vim-workspace'
" Commenter " Commenter
Plug 'tpope/vim-commentary' Plug 'tpope/vim-commentary'
" Theme " Theme
Plug 'tomasr/molokai' Plug 'sainnhe/sonokai'
Plug 'fmoralesc/molokayo'
" Syntax highlighting " Syntax highlighting
Plug 'sheerun/vim-polyglot' Plug 'sheerun/vim-polyglot'
" Autoload and read from dish if file changes " Autoload and read from dish if file changes
@ -182,10 +181,10 @@ set completeopt=menu,noselect,preview,noinsert
set sessionoptions-=blank set sessionoptions-=blank
" Theme " Theme
set background=dark let g:sonokai_style = 'atlantis'
colorscheme molokayo let g:sonokai_enable_italic = 1
" Fixes colors in Neovim terminal let g:sonokai_disable_italic_comment = 1
highlight LineNr ctermbg=000 colorscheme sonokai
" --------------------------- Key Bindings ----------------------------------- " --------------------------- Key Bindings -----------------------------------
" Use <C-L> to clear the highlighting of :set hlsearch. " Use <C-L> to clear the highlighting of :set hlsearch.