Skip to content

Instantly share code, notes, and snippets.

@dahu
Created January 2, 2013 02:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dahu/4431644 to your computer and use it in GitHub Desktop.
Save dahu/4431644 to your computer and use it in GitHub Desktop.
Starting Vim in NORC mode when using pathogen
" ~/.vim/pathogen_norc
" Barry Arthur, Jan 2013
" To start your vim in NORC mode, use: vim -u ~/.vim/pathogen_norc.vim
set nocompatible
call pathogen#infect()
filetype plugin indent on
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment