From a2cd91767eca4b30ca6cba11cc6e58e9a5989121 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Fri, 22 Oct 2021 11:48:19 +0200 Subject: [PATCH] Remove tabular plugin --- vimrc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/vimrc b/vimrc index 4563b20..f5f4539 100644 --- a/vimrc +++ b/vimrc @@ -266,7 +266,6 @@ let g:syntastic_mode_map = { 'mode': 'active', \ 'active_filetypes': ['markdown', 'yaml', 'php', 'ruby', 'sh', 'zsh'] } let g:syntastic_yaml_checkers = ['yamllint'] - "########################## " Neocomplcache : "########################## @@ -279,12 +278,6 @@ let g:neocomplcache_enable_at_startup = 1 let g:neocomplcache_min_syntax_length = 3 let g:neocomplcache_lock_buffer_name_pattern = '\*ku\*' -"########################## -" Tabular : -"########################## -" https://github.com/godlygeek/tabular -"Plug "godlygeek/tabular" - "########################## " Airline : "########################## @@ -601,9 +594,6 @@ call plug#begin('~/.vim/plugged') " Advanced auto-completion system Plug 'Shougo/neocomplcache' - " Auto alignment (for Puppet for example) - Plug 'godlygeek/tabular' - " Markdown syntax Plug 'plasticboy/vim-markdown'