Add java support
[vimconf.git] / plugins.vim
index e90edc372840e1628dc3fc611575fcefe64bf3dc..2b36d0ad8b6ae0f4e180ffa4d98f76767a417f22 100644 (file)
@@ -21,16 +21,16 @@ Plug 'majutsushi/tagbar', {'on': 'TagbarToggle'}
 Plug 'plasticboy/vim-markdown', {'for': 'markdown'}
 Plug 'lvht/tagbar-markdown', {'for': 'markdown'}
 
-Plug 'PProvost/vim-markdown-jekyll'
-Plug 'tpope/vim-liquid'
+Plug 'PProvost/vim-markdown-jekyll', {'for': 'markdown'}
+Plug 'tpope/vim-liquid', {'for': ['liquid', 'html', 'xml', 'markdown']}
 
 Plug 'cakebaker/scss-syntax.vim', {'for': 'scss'}
 Plug 'hail2u/vim-css3-syntax', {'for': ['scss', 'css']}
 Plug 'ap/vim-css-color', {'for': ['scss', 'css']}
 
-Plug 'tpope/vim-ragtag', {'for': ['html', 'xml']}
+Plug 'tpope/vim-ragtag'
 
-Plug 'lervag/vimtex'
+Plug 'lervag/vimtex', {'for': 'tex'}
 
 if has('nvim')
   Plug 'Shougo/deoplete.nvim', {'do': ':UpdateRemotePlugins' }
@@ -45,12 +45,17 @@ Plug 'Shougo/neosnippet-snippets'
 
 Plug 'tpope/vim-speeddating'
 Plug 'jceb/vim-orgmode', {'for': ['org']}
+Plug 'vimwiki/vimwiki'
+Plug 'mattn/calendar-vim'
 
 Plug 'Konfekt/vim-DetectSpellLang', {'do': 'spell'}
-Plug 'ciaranm/detectindent'
+Plug 'roryokane/detectindent'
 
 Plug 'derekwyatt/vim-fswitch', {'for': ['c', 'cpp', 'objc']}
 Plug 'ludovicchabant/vim-gutentags', {'for': ['c', 'cpp', 'objc']}
+"Plug 'vim-scripts/Conque-GDB', {'for': ['c', 'cpp', 'objc']}
+
+Plug 'artur-shaik/vim-javacomplete2', {'for': 'java'}
 
 Plug 'godlygeek/tabular'
 Plug 'junegunn/vim-easy-align'
@@ -59,6 +64,8 @@ Plug 'thinca/vim-fontzoom'
 
 Plug 'vim-scripts/loremipsum', {'on': 'Loremipsum'}
 
+Plug 'lambdalisue/vim-manpager', {'on': 'MANPAGER'}
+
 if filereadable($HOME . '/.vim/plugins-local.vim')
   source ~/.vim/plugins-local.vim
 endif