vimrc cleanup, new versions
git-svn-id: http://photonzero.com/dotfiles/trunk@31 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
parent
143fd36427
commit
6becfb4ec2
7 changed files with 725 additions and 501 deletions
|
|
@ -8,3 +8,11 @@ augroup END
|
|||
augroup mako
|
||||
au! BufRead,BufNewFile *.mak setfiletype mako
|
||||
augroup END
|
||||
augroup python
|
||||
autocmd FileType python set omnifunc=pythoncomplete#Complete
|
||||
autocmd FileType python call SuperTabSetCompletionType("<C-X><C-O>")
|
||||
autocmd FileType python set completeopt-=preview
|
||||
autocmd FileType python set ts=4
|
||||
autocmd FileType python set softtabstop=4
|
||||
autocmd FileType python set shiftwidth=4
|
||||
augroup END
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue