aboutsummaryrefslogtreecommitdiffstats
path: root/.vim/addons.vim
diff options
context:
space:
mode:
authorDavid Runge <david.runge@frqrec.com>2014-10-31 18:12:14 +0100
committerDavid Runge <david.runge@frqrec.com>2014-10-31 18:12:14 +0100
commitbb21c0b6b5a89eff0722641123982d34a2b6f395 (patch)
tree5060ede28e03963e3d1eac3f0063ff8686cc4089 /.vim/addons.vim
parentd33721a35f7f61b89acaacc3e53368ae8d99d750 (diff)
downloaddotfiles-bb21c0b6b5a89eff0722641123982d34a2b6f395.tar.gz
dotfiles-bb21c0b6b5a89eff0722641123982d34a2b6f395.tar.bz2
dotfiles-bb21c0b6b5a89eff0722641123982d34a2b6f395.tar.xz
dotfiles-bb21c0b6b5a89eff0722641123982d34a2b6f395.zip
vim: Switching from yadr to VAM. Includes all modifications for vimrc, the loading of plugins and their customization.
Diffstat (limited to '.vim/addons.vim')
-rw-r--r--.vim/addons.vim56
1 files changed, 56 insertions, 0 deletions
diff --git a/.vim/addons.vim b/.vim/addons.vim
new file mode 100644
index 0000000..470014c
--- /dev/null
+++ b/.vim/addons.vim
@@ -0,0 +1,56 @@
+" git
+VAMActivate fugitive
+VAMActivate github:tpope/vim-git
+" appearance
+VAMActivate showmarks
+VAMActivate github:itchyny/lightline.vim
+VAMActivate github:skwp/vim-colors-solarized
+" languages
+VAMActivate iptables
+VAMActivate github:pangloss/vim-javascript
+VAMActivate github:itspriddle/vim-jquery
+VAMActivate github:scrooloose/syntastic.git
+VAMActivate github:honza/vim-snippets
+VAMActivate github:garbas/vim-snipmate
+VAMActivate github:gerw/vim-latex-suite
+VAMActivate github:sudar/vim-arduino-syntax
+VAMActivate github:sudar/vim-arduino-snippets
+VAMActivate github:sophacles/vim-processing
+VAMActivate github:Matt-Stevens/vim-systemd-syntax
+VAMActivate github:klen/python-mode.git
+VAMActivate github:sjas/octave.vim
+VAMActivate github:wannesm/wmgraphviz.vim.git
+" project
+VAMActivate github:scrooloose/nerdtree.git
+VAMActivate github:jistr/vim-nerdtree-tabs.git
+VAMActivate github:xolox/vim-misc
+VAMActivate github:xolox/vim-session
+VAMActivate github:kien/ctrlp.vim
+" textobjects
+VAMActivate github:coderifous/textobj-word-column.vim
+VAMActivate github:kana/vim-textobj-datetime
+VAMActivate github:kana/vim-textobj-entire
+VAMActivate github:kana/vim-textobj-function
+VAMActivate github:kana/vim-textobj-user
+VAMActivate github:lucapette/vim-textobj-underscore
+VAMActivate github:nathanaelkane/vim-indent-guides
+VAMActivate github:thinca/vim-textobj-function-javascript
+VAMActivate github:vim-scripts/argtextobj.vim
+VAMActivate github:austintaylor/vim-indentobject
+" improvements
+VAMActivate sudo
+VAMActivate tmux
+VAMActivate YankRing
+VAMActivate netrw
+VAMActivate tComment
+VAMActivate VimRepress
+VAMActivate github:tpope/vim-abolish
+VAMActivate github:tpope/vim-endwise.git
+VAMActivate github:tpope/vim-ragtag
+VAMActivate github:tpope/vim-repeat.git
+VAMActivate github:tpope/vim-surround.git
+VAMActivate github:tpope/vim-unimpaired
+VAMActivate github:goldfeld/ctrlr.vim
+VAMActivate github:jamessan/vim-gnupg
+VAMActivate github:Valloric/YouCompleteMe.git
+VAMActivate github:godlygeek/tabular