Skip to content

Instantly share code, notes, and snippets.

@rohitpaulk
Created August 8, 2017 00:25
Show Gist options
  • Select an option

  • Save rohitpaulk/b0aa2f3f9b2f0332f64bb0fbefc74f74 to your computer and use it in GitHub Desktop.

Select an option

Save rohitpaulk/b0aa2f3f9b2f0332f64bb0fbefc74f74 to your computer and use it in GitHub Desktop.
execute pathogen#infect()
syntax enable
filetype plugin indent on
" Set line numbers on
set number
" Solarized https://github.com/altercation/vim-colors-solarized
set background=dark
colorscheme solarized
" Enable stripping whitespace on save
autocmd BufEnter * EnableStripWhitespaceOnSave
" Bbye. Allows deleting buffers without closing vim or messing up layout
:nnoremap <Leader>q :Bdelete<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment