diff --git a/vimrc b/vimrc index ed53546..ba9ef33 100644 --- a/vimrc +++ b/vimrc @@ -65,6 +65,7 @@ Plug 'junegunn/goyo.vim' " Distraction-free mode with centered buffer " Automatically discover and 'properly' update ctags files on save Plug 'craigemery/vim-autotag' +Plug 'majutsushi/tagbar' Plug 'jeetsukumaran/vim-filesearch' Plug 'rking/ag.vim' @@ -148,6 +149,9 @@ Plug 'tpope/vim-markdown' " C++ Plug 'bfrg/vim-cpp-enhanced-highlight' +" Haxe +Plug 'jdonaldson/vaxe' + call plug#end() filetype plugin indent on @@ -481,6 +485,11 @@ let g:localvimrc_sandbox = 0 let g:localvimrc_ask = 0 +""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +" TAGBAR +""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +noremap :TagbarToggle + """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " SYNTASTIC """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""