Merge from private repo

This commit is contained in:
Emmanuel BENOîT 2017-11-22 21:56:56 +01:00
commit 615b47a436
6 changed files with 3 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

@ -0,0 +1 @@
nnoremap <Leader>u :UndotreeToggle<CR>

View file

@ -0,0 +1 @@
NeoBundle 'mbbill/undotree'

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