Skip to content

Instantly share code, notes, and snippets.

@nanasnumber
Created April 4, 2018 20:03
Show Gist options
  • Save nanasnumber/1cefdc71480fe4bfed7781e31aca2af0 to your computer and use it in GitHub Desktop.
Save nanasnumber/1cefdc71480fe4bfed7781e31aca2af0 to your computer and use it in GitHub Desktop.
my-vimrc
set nocompatible
execute pathogen#infect()
syntax on
filetype plugin indent on
autocmd VimEnter * NERDTree
let g:NERDTreeMouseMode=3
set mouse=a
filetype plugin indent on
set number
set ruler
set visualbell
set encoding=utf-8
set wrap
set textwidth=79
set formatoptions=tcqrn1
set tabstop=2
set shiftwidth=2
set softtabstop=2
set expandtab
set scrolloff=1
set backspace=indent,eol,start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment