vim: Add and use the jellybeans theme

This commit is contained in:
Oliver Davies 2021-07-02 13:08:35 +01:00
parent 1f69bdeacd
commit 288250a541
2 changed files with 2 additions and 1 deletions

View file

@ -41,7 +41,7 @@ set termguicolors
call s:SourceConfigFilesIn('plugins')
colorscheme nord
colorscheme jellybeans
" Remaps
nnoremap <leader>pv :Vex<CR>

View file

@ -11,6 +11,7 @@ Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
Plug 'machakann/vim-highlightedyank'
Plug 'mg979/vim-visual-multi', {'branch': 'master'}
Plug 'nanotech/jellybeans.vim'
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'nvim-lua/plenary.nvim'
Plug 'nvim-lua/popup.nvim'