Removing .netrwhist and changing the Supertab default context thing

This commit is contained in:
Dustin Swan
2011-12-14 20:13:56 -05:00
parent c7398479c7
commit 787465e4e0
2 changed files with 3 additions and 6 deletions

3
vimrc
View File

@@ -106,6 +106,9 @@ else
let g:loaded_syntastic_plugin = 1
endif
" Supertab
let g:SuperTabDefaultCompletionType = "context"
" Highlight current line
set cursorline