Skip to content

Instantly share code, notes, and snippets.

@lamida
Last active April 21, 2018 08:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lamida/459ff20a4246281e11ea to your computer and use it in GitHub Desktop.
Save lamida/459ff20a4246281e11ea to your computer and use it in GitHub Desktop.
execute pathogen#infect()
syntax on
filetype plugin indent on
filetype plugin on
set omnifunc=syntaxcomplete#Complete
set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
set nu
set clipboard=unnamed
"NERDTree
"autocmd VimEnter * NERDTree
"autocmd VimEnter * wincmd p
nmap <silent> <special> <F2> :NERDTreeToggle<RETURN>
nmap <silent> <special> <F4> :w<RETURN>
"syntax enable
"set background=dark
"colorscheme solarized
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment