taboo be gone

This commit is contained in:
ManjaroOne666 2018-04-17 19:08:24 +01:00
parent a46e4c2fa4
commit 028887f7ea
1 changed files with 0 additions and 12 deletions

View File

@ -69,10 +69,6 @@ Plugin 'tpope/vim-commentary'
" https://github.com/tpope/vim-repeat
Plugin 'tpope/vim-repeat'
"
" taboo.vim
" https://github.com/gcmt/taboo.vim
" Plugin 'gcmt/taboo.vim'
"
" https://github.com/mattn/emmet-vim
Plugin 'mattn/emmet-vim'
"
@ -203,14 +199,6 @@ let g:user_emmet_settings = {
\}
"}}}
" taboo.vim
"{{{
set sessionoptions+=tabpages,globals
let g:taboo_tab_format = ' %f%m '
let g:taboo_renamed_tab_format = ' %l%m '
let g:taboo_modified_tab_flag = '+'
"}}}
" vue-vim
"{{{
" disable preprocessor checking for vue files - increases speed