vim: remove some old plugin

This commit is contained in:
Mathieu Maret 2023-05-09 13:42:28 +02:00
parent 08eb96c70d
commit 3a5bbecd6c
1 changed files with 1 additions and 8 deletions

9
.vimrc
View File

@ -613,10 +613,7 @@ endif
Plugin 'mbbill/echofunc'
" What to test some color ?
Plugin 'vim-scripts/Colour-Sampler-Pack.git'
"More VCS Management
Plugin 'vim-scripts/vcscommand.vim'
" Plugin 'vim-scripts/Colour-Sampler-Pack.git'
" More Snippets :
Plugin 'tomtom/tlib_vim'
@ -739,10 +736,6 @@ augroup vimwikigroup
autocmd BufRead,BufNewFile diary.wiki VimwikiDiaryGenerateLinks
augroup end
" Align
" eg. to align on the "=" do :'<,'>Align =
Plugin 'vim-scripts/Align'
" open file at the given line with the file.txt:20 syntax
" But it's screw up the git commit message
"Plugin 'bogado/file-line'