aboutsummaryrefslogtreecommitdiff
path: root/.vim/vimrc
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-07-22 15:23:46 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-07-22 15:23:46 +0200
commit9e3635d0d6877c71e0b10de71ab763f4c11ec3d8 (patch)
tree225445756449ea5d798bb0a4546fd7f31c63b554 /.vim/vimrc
parentd25805863be712d21fcb28e263b8f440d148bf21 (diff)
downloaddotfiles-9e3635d0d6877c71e0b10de71ab763f4c11ec3d8.tar.gz
moved pathogen to submodule
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