Fix plugin name.
This commit is contained in:
parent
0026b030e5
commit
b1ecbeaf8c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Plugin 'vim-misc'
|
||||||
" continuously update ctags as buffers are saved
|
" continuously update ctags as buffers are saved
|
||||||
Plugin 'easytags.vim'
|
Plugin 'easytags.vim'
|
||||||
" look for .editorconfig and merge into vim settings
|
" look for .editorconfig and merge into vim settings
|
||||||
Plugin 'editorconfig-vim'
|
Plugin 'editorconfig/editorconfig-vim'
|
||||||
" Scala and SBT support
|
" Scala and SBT support
|
||||||
Plugin 'derekwyatt/vim-scala'
|
Plugin 'derekwyatt/vim-scala'
|
||||||
Plugin 'derekwyatt/vim-sbt'
|
Plugin 'derekwyatt/vim-sbt'
|
||||||
|
|
Loading…
Reference in a new issue