Vim: Replace vim-tbone with custom function

This commit is contained in:
Bill Niblock 2017-12-19 20:04:14 -05:00
parent 719ba0bb30
commit 1d04a4cc1d
2 changed files with 35 additions and 4 deletions

View file

@ -17,5 +17,4 @@ call plug#begin('~/.vim/bundle')
Plug 'sheerun/vim-polyglot'
Plug 'junegunn/goyo.vim'
Plug 'tpope/vim-tbone'
call plug#end()