aboutsummaryrefslogtreecommitdiffstats
path: root/vim/.vim/vimrc
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2017-03-27 13:49:19 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2017-03-27 13:49:19 +0200
commit1647c39913965f7d90c6384c906971ff180c91b8 (patch)
tree9c81e236c0129956d8e3886877a7557b29279e74 /vim/.vim/vimrc
parenta4ce31d3ecd6285878a9d226ef81c1c0db2ce39a (diff)
downloaddotfiles-1647c39913965f7d90c6384c906971ff180c91b8.tar.gz
dotfiles-1647c39913965f7d90c6384c906971ff180c91b8.tar.bz2
dotfiles-1647c39913965f7d90c6384c906971ff180c91b8.zip
Updated bashrc and vimrc
Diffstat (limited to 'vim/.vim/vimrc')
-rwxr-xr-xvim/.vim/vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
index a353d2c..a93e9ad 100755
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -13,6 +13,10 @@ Plug 'tpope/vim-fugitive'
13Plug 'unblevable/quick-scope' 13Plug 'unblevable/quick-scope'
14Plug 'vim-airline/vim-airline-themes' 14Plug 'vim-airline/vim-airline-themes'
15 15
16if executable('ansible')
17Plug 'chase/vim-ansible-yaml'
18endif
19
16if has('python') || has('python3') 20if has('python') || has('python3')
17 let g:ycm_install_command = './install.py --clang-completer' 21 let g:ycm_install_command = './install.py --clang-completer'
18 22