Created
November 9, 2017 14:43
-
-
Save alexdovzhanyn/1296157791469854dfc082f9b3b61228 to your computer and use it in GitHub Desktop.
This file contains 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
"Allow syntax highlighting based on filetype | |
filetype plugin indent on | |
syntax on | |
"Convert tabs to spaces. 1 tab = 2 spaces | |
set tabstop=8 softtabstop=0 expandtab shiftwidth=2 smarttab | |
"Enable pathogen plugins | |
execute pathogen#infect() | |
"Give a shortcut key to NERD Tree | |
map <F2> :NERDTreeToggle<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment