Cleaned up some lazy syntax
Was trying to get my ghi issues to look nice, but nothing I did work, then it just started to work O_o
This commit is contained in:
parent
0fc6ac5963
commit
8788eebf58
1 changed files with 1 additions and 1 deletions
|
@ -63,12 +63,12 @@ Bundle 'tpope/vim-surround'
|
|||
|
||||
autocmd BufEnter * match ExtraWhitespace /\s\+$/
|
||||
autocmd BufNewFile,BufRead *.less set filetype=less
|
||||
autocmd BufRead,BufNewFile nginx.conf set filetype=nginx
|
||||
autocmd ColorScheme * highlight ExtraWhitespace guibg=red
|
||||
autocmd FileType c set omnifunc=ccomplete#CompleteCpp
|
||||
autocmd FileType css set omnifunc=csscomplete#CompleteCSS
|
||||
autocmd FileType html set omnifunc=htmlcomplete#CompleteTags
|
||||
autocmd FileType javascript set omnifunc=javascriptcomplete#CompleteJS
|
||||
au BufRead,BufNewFile nginx.conf set ft=nginx
|
||||
autocmd FileType php set omnifunc=phpcomplete#CompletePHP
|
||||
autocmd FileType python set omnifunc=pythoncomplete#Complete
|
||||
autocmd FileType svn,*commit* setlocal spell
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue