Removing .netrwhist and changing the Supertab default context thing
This commit is contained in:
parent
c7398479c7
commit
787465e4e0
2 changed files with 3 additions and 6 deletions
3
vimrc
3
vimrc
|
|
@ -106,6 +106,9 @@ else
|
|||
let g:loaded_syntastic_plugin = 1
|
||||
endif
|
||||
|
||||
" Supertab
|
||||
let g:SuperTabDefaultCompletionType = "context"
|
||||
|
||||
" Highlight current line
|
||||
set cursorline
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue