Skip to content

Instantly share code, notes, and snippets.

@alexdovzhanyn
Created November 9, 2017 14:43
Show Gist options
  • Save alexdovzhanyn/1296157791469854dfc082f9b3b61228 to your computer and use it in GitHub Desktop.
Save alexdovzhanyn/1296157791469854dfc082f9b3b61228 to your computer and use it in GitHub Desktop.
"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