diff --git a/vim/vim.symlink/plugins.vim b/vim/vim.symlink/plugins.vim index 61df388..8104126 100644 --- a/vim/vim.symlink/plugins.vim +++ b/vim/vim.symlink/plugins.vim @@ -68,6 +68,9 @@ " VIM-SCALA https://github.com/derekwyatt/vim-scala Plugin 'derekwyatt/vim-scala' +" TAGLIST.VIM https://github.com/vim-scripts/taglist.vim +Plugin 'vim-scripts/taglist.vim' + " All of your Plugins must be added before the following line call vundle#end() " required filetype plugin indent on " required