diff options
| author | 2017-03-27 13:49:19 +0200 | |
|---|---|---|
| committer | 2017-03-27 13:49:19 +0200 | |
| commit | 1647c39913965f7d90c6384c906971ff180c91b8 (patch) | |
| tree | 9c81e236c0129956d8e3886877a7557b29279e74 /vim | |
| parent | a4ce31d3ecd6285878a9d226ef81c1c0db2ce39a (diff) | |
| download | dotfiles-1647c39913965f7d90c6384c906971ff180c91b8.tar.gz dotfiles-1647c39913965f7d90c6384c906971ff180c91b8.tar.bz2 dotfiles-1647c39913965f7d90c6384c906971ff180c91b8.zip | |
Updated bashrc and vimrc
Diffstat (limited to 'vim')
| -rwxr-xr-x | vim/.vim/vimrc | 4 |
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' | |||
| 13 | Plug 'unblevable/quick-scope' | 13 | Plug 'unblevable/quick-scope' |
| 14 | Plug 'vim-airline/vim-airline-themes' | 14 | Plug 'vim-airline/vim-airline-themes' |
| 15 | 15 | ||
| 16 | if executable('ansible') | ||
| 17 | Plug 'chase/vim-ansible-yaml' | ||
| 18 | endif | ||
| 19 | |||
| 16 | if has('python') || has('python3') | 20 | if 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 | ||
