Created
August 8, 2017 00:25
-
-
Save rohitpaulk/b0aa2f3f9b2f0332f64bb0fbefc74f74 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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