Created
June 8, 2012 17:59
-
-
Save aqualungdesign/2897269 to your computer and use it in GitHub Desktop.
Meu arquivo de configuração do vim
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
set number | |
syntax on | |
set mouse=a | |
set ai | |
set ignorecase | |
set nowrap | |
let g:netrw_altv = 1 | |
map <C-M> <esc>:Vex<cr> | |
autocmd FileType html set omnifunc=htmlcomplete#CompleteTags | |
autocmd FileType css set omnifunc=csscomplete#CompleteCSS | |
autocmd FileType javascript set omnifunc=javascriptcomplete#CompleteJS | |
autocmd FileType php set omnifunc=phpcomplete#CompletePHP | |
imap <c-c> <c-x><c-o> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment