diff options
author | Robin Obůrka <robin.oburka@nic.cz> | 2015-03-20 09:26:51 +0100 |
---|---|---|
committer | Robin Obůrka <robin.oburka@nic.cz> | 2015-03-20 09:26:51 +0100 |
commit | 8217d68f1504281fa4f2b3a6f6b60f6e5bb48992 (patch) | |
tree | 94ed8744dd04a498382f958b54b181c26606ffe3 /.vimrc | |
parent | OK, there is some C++ language... (diff) | |
download | vim_sync-8217d68f1504281fa4f2b3a6f6b60f6e5bb48992.tar.xz |
Add pathogen toolchain
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -219,3 +219,8 @@ nnoremap <C-n> :call NumberToggle()<cr> " external functions " ================== source ~/.vim/hicursorwords.vim + +" ================== +" pathogen toolchain +" ================== +execute pathogen#infect() |