nvim: Switch to jellybeans colorscheme
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
a2228c077b
commit
33148207ec
1 changed files with 4 additions and 3 deletions
|
@ -19,7 +19,7 @@ Plug 'thaerkh/vim-workspace'
|
||||||
" Commenter
|
" Commenter
|
||||||
Plug 'tpope/vim-commentary'
|
Plug 'tpope/vim-commentary'
|
||||||
" Theme
|
" Theme
|
||||||
Plug 'fatih/molokai'
|
Plug 'nanotech/jellybeans.vim'
|
||||||
" 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
|
||||||
|
@ -181,8 +181,9 @@ set completeopt=menu,noselect,preview,noinsert
|
||||||
set sessionoptions-=blank
|
set sessionoptions-=blank
|
||||||
set grepprg=rg\ --vimgrep
|
set grepprg=rg\ --vimgrep
|
||||||
|
|
||||||
let g:rehash256 = 1
|
let g:jellybeans_use_term_italics = 1
|
||||||
colorscheme molokai
|
let g:jellybeans_overrides = { 'background': { 'guibg': '000000' } }
|
||||||
|
colorscheme jellybeans
|
||||||
|
|
||||||
" --------------------------- Key Bindings -----------------------------------
|
" --------------------------- Key Bindings -----------------------------------
|
||||||
" Allow saving of files as sudo when I forgot to start vim using sudo
|
" Allow saving of files as sudo when I forgot to start vim using sudo
|
||||||
|
|
Loading…
Reference in a new issue