vim: add PaperColor

This commit is contained in:
2020-10-26 14:51:59 +00:00
parent 7f91dd73a9
commit cb31f120e7

2
vimrc
View File

@@ -15,6 +15,7 @@ call plug#begin('~/.vim/plugged')
Plug 'janko/vim-test'
Plug 'NLKNguyen/papercolor-theme'
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
Plug 'dracula/vim', { 'as': 'dracula' }
@@ -89,6 +90,7 @@ nnoremap <C-L> viwu
nnoremap <leader>td :colorscheme dracula<CR>
nnoremap <leader>ts :colorscheme solarized8<CR>
nnoremap <leader>tp :colorscheme PaperColor<CR>
nnoremap <leader>bd :set background=dark<CR>
nnoremap <leader>bl :set background=light<CR>