summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index b493383..e7a7e41 100644
--- a/.vimrc
+++ b/.vimrc
@@ -45,6 +45,8 @@ let mapleader = ","
"call pathogen#infect()
+let g:sudo_no_gui = 1
+
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
@@ -56,6 +58,7 @@ Bundle 'SirVer/ultisnips'
Bundle 'tpope/vim-unimpaired'
Bundle 'tpope/vim-fugitive'
Bundle 'tpope/vim-repeat'
+Bundle 'SudoEdit'
filetype plugin indent on