Vim: last updates in vimrc plugins

This commit is contained in:
2021-05-26 01:06:26 +02:00
parent 91f3397bd7
commit 49fef00406

View File

@@ -41,6 +41,8 @@ Plug 'wellle/context.vim'
Plug 'svermeulen/vim-yoink'
Plug 'will133/vim-dirdiff'
"Plug 'n0v1c3/vira'
Plug 'dbeniamine/cheat.sh-vim'
Plug 'puremourning/vimspector'
" }}}
" Files switch, jump and grep-like tools {{{
@@ -53,6 +55,7 @@ Plug 'ludovicchabant/vim-gutentags' "Auto generate tags
Plug 'liuchengxu/vista.vim'
Plug 'wellle/targets.vim'
Plug 'inside/vim-search-pulse'
Plug 'mattboehm/vim-accordion'
" }}}
" Git integration {{{
@@ -77,10 +80,10 @@ Plug 'aklt/plantuml-syntax'
"Plug 'whatyouhide/vim-gotham'
"Plug 'chuling/ci_dark'
"Plug 'adrian5/oceanic-next-vim'
Plug 'jaredgorski/spacecamp'
"Black and white:
"Plug 'ewilazarus/preto'
"Plug 'andreasvc/vim-256noir'
Plug 'jaredgorski/spacecamp'
" }}}
" Other plugins (external tools, etc) {{{
@@ -91,6 +94,7 @@ Plug 'junegunn/goyo.vim'
Plug 'vim-airline/vim-airline' | Plug 'vim-airline/vim-airline-themes'
Plug 'mhinz/vim-startify'
Plug 'vim-pandoc/vim-pandoc' | Plug 'vim-pandoc/vim-pandoc-syntax'
Plug 'JMcKiern/vim-shoot'
" }}}
call plug#end() " required
@@ -332,7 +336,7 @@ match Error /\s\+$\|DU\cPA/
" Removing scrollbars
if !has("gui_running")
set background=dark
colorscheme 256_noir
colorscheme spacecamp
" To show special characters in Vim
set listchars=tab:▸\ ,trail
set list