summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc14
1 files changed, 6 insertions, 8 deletions
diff --git a/.vimrc b/.vimrc
index fbda02d..39c8780 100644
--- a/.vimrc
+++ b/.vimrc
@@ -16,19 +16,17 @@ highlight LineNr term=bold cterm=NONE ctermfg=DarkGrey ctermbg=NONE
noremap <C-left> :bprev<CR>
noremap <C-right> :bnext<CR>
-" don't remember why temporarily off
-filetype off
-call pathogen#infect()
-call pathogen#infect('~/.vim/vim4projects/{}')
-call pathogen#helptags()
+execute pathogen#infect()
+execute pathogen#infect('~/.vim/vim4projects/{}')
+":Helptags
+
+syntax on
+filetype plugin indent on
" NERDTree
let NERDTreeIgnore = ['\.pyc$', '\.tar\.gz$']
-filetype plugin indent on
-syntax on
-
" powerline
set laststatus=2 " Always show the statusline
set noshowmode " Remove -- INSERT -- etc. redundancy