From 3a5bbecd6c8af6fc48808b3768ba4ff1f885c7e7 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Tue, 9 May 2023 13:42:28 +0200 Subject: [PATCH] vim: remove some old plugin --- .vimrc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.vimrc b/.vimrc index accc143..17bbd1b 100644 --- a/.vimrc +++ b/.vimrc @@ -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'