Skip to content

Commit

Permalink
Got rid of the omnicomplete line that was messing up completion.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Wyatt Feinstein committed Jun 25, 2012
1 parent c9fc595 commit 20834c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ endif
autocmd FileType html,htmldjango,jinjahtml,eruby,mako let b:closetag_html_style=1
autocmd FileType html,xml,xml,htmldjango,jinjahtml,eruby,mako source ~/.vim/bundle/closetag/plugin/closetag.vim

" set up supertab to behave nicely with OmniComplete
let g:SuperTabDefaultCompletionType = "context"

" display the current mode and partially-typed commands
" in the status line
set showmode
Expand All @@ -46,3 +43,4 @@ set showcmd
" set up code folding for javascript
autocmd FileType javascript call JavaScriptFold()
autocmd FileType javascript set foldtext=getline(v:foldstart)

0 comments on commit 20834c1

Please sign in to comment.