Remove tabular plugin

This commit is contained in:
gardouille 2021-10-22 11:48:19 +02:00
parent 37119a8d67
commit a2cd91767e
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 0 additions and 10 deletions

10
vimrc
View File

@ -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'