diff options
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -32,6 +32,9 @@ Plug 'leafgarland/typescript-vim' Plug 'Quramy/tsuquyomi' Plug 'hashivim/vim-terraform' Plug 'juliosueiras/vim-terraform-completion' +" Plug 'sainnhe/everforest' +" Plug 'NLKNguyen/papercolor-theme' +Plug 'w0ng/vim-hybrid' " Plug 'prettier/vim-prettier', { 'do': 'yarn install' } call plug#end() syntax on @@ -39,7 +42,8 @@ filetype plugin indent on "====== End of Plug Required Block and plugins let mapleader = ';' " define map leader -colorscheme xoria256 "set colorscheme +set background=dark +colorscheme hybrid """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Vim variables |
