Created
November 15, 2018 07:07
-
-
Save sbatururimi/49c6473e47ca1cd2eed48777e1d4a473 to your computer and use it in GitHub Desktop.
vimrc
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
" vim plugins with pathogen | |
execute pathogen#infect() | |
syntax on | |
"filetype plugin indent on | |
filetype indent on | |
set autoindent | |
" number | |
set number | |
" controlling backspace deletion | |
set backspace=2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment