aboutsummaryrefslogtreecommitdiff
path: root/.vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vim/vimrc')
-rw-r--r--.vim/vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vim/vimrc b/.vim/vimrc
index 23daddd..3ed1ee6 100644
--- a/.vim/vimrc
+++ b/.vim/vimrc
@@ -1,6 +1,8 @@
" ===========
" VARIABLES
" ===========
+runtime bundle/vim-pathogen/autoload/pathogen.vim
+execute pathogen#infect()
set nocompatible
"Disable bell
@@ -34,7 +36,6 @@ let mapleader = "-"
let leader = "-"
let maplocalleader = "-"
-execute pathogen#infect()
syntax on
filetype plugin indent on