Last active
April 21, 2018 08:11
-
-
Save lamida/459ff20a4246281e11ea 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 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