taboo be gone
This commit is contained in:
parent
a46e4c2fa4
commit
028887f7ea
|
@ -69,10 +69,6 @@ Plugin 'tpope/vim-commentary'
|
||||||
" https://github.com/tpope/vim-repeat
|
" https://github.com/tpope/vim-repeat
|
||||||
Plugin '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
|
" https://github.com/mattn/emmet-vim
|
||||||
Plugin '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
|
" vue-vim
|
||||||
"{{{
|
"{{{
|
||||||
" disable preprocessor checking for vue files - increases speed
|
" disable preprocessor checking for vue files - increases speed
|
||||||
|
|
Loading…
Reference in New Issue