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
|
|
@ -1,6 +0,0 @@
|
|||
let g:netrw_dirhistmax =10
|
||||
let g:netrw_dirhist_cnt =4
|
||||
let g:netrw_dirhist_1='/home/dustinswan/dotfiles/vim/bundle/snipmate-snippets'
|
||||
let g:netrw_dirhist_2='/home/dustinswan/gift/models'
|
||||
let g:netrw_dirhist_3='/home/dustinswan/dotfiles'
|
||||
let g:netrw_dirhist_4='/home/dustinswan/dotfiles/vim'
|
||||
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