Skip to content

Instantly share code, notes, and snippets.

@aqualungdesign
Created June 8, 2012 17:59
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 aqualungdesign/2897269 to your computer and use it in GitHub Desktop.
Save aqualungdesign/2897269 to your computer and use it in GitHub Desktop.
Meu arquivo de configuração do vim
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