Skip to content

Instantly share code, notes, and snippets.

@llhe
Created July 28, 2017 03:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save llhe/71c5802919debd5825c100c0135478a7 to your computer and use it in GitHub Desktop.
Save llhe/71c5802919debd5825c100c0135478a7 to your computer and use it in GitHub Desktop.
set nu
set ruler
set tabstop=2 shiftwidth=2 expandtab
set colorcolumn=80
" pathogen
execute pathogen#infect()
syntax on
filetype plugin indent on
" https://github.com/altercation/vim-colors-solarized
syntax enable
set background=dark
colorscheme solarized
" nerd tree
"autocmd vimenter * NERDTree
map <C-n> :NERDTreeToggle<CR>
" air-line
set laststatus=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment