Removed tag bar

This commit is contained in:
Emmanuel BENOîT 2017-07-07 11:01:44 +02:00
parent f578f77f7a
commit cfc0e4f28f
4 changed files with 1 additions and 14 deletions

View file

@ -1,11 +0,0 @@
" Extra syntax
" Make
let g:tagbar_type_make = {
\ 'kinds':[
\ 'm:macros',
\ 't:targets'
\ ]
\ }
nnoremap <silent> <Leader>t :Tagbar<CR>
autocmd VimEnter * if argc() > 0 && &columns > 150 | execute "Tagbar" | endif

View file

@ -1 +0,0 @@
NeoBundle 'majutsushi/tagbar'

View file

@ -1,3 +1,3 @@
NeoBundle 'bling/vim-airline' , {
\ 'depends' : [ 'ctrlpvim/ctrlp.vim' , 'majutsushi/tagbar' ]
\ 'depends' : [ 'ctrlpvim/ctrlp.vim' ]
\ }

View file

@ -4,4 +4,3 @@ setlocal cursorline
setlocal nowrap
setlocal tw=0
setlocal nonumber
wincmd J " That's for when it spawns inside the tagbar