mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-07 10:07:33 +00:00
Fix Case Sensitive Bundle Name
Turns out Vundle is case sensitive and my Github username has caps in it
This commit is contained in:
parent
3e56220bc1
commit
d59459a848
@ -37,7 +37,7 @@ Bundle 'vividchalk.vim'
|
||||
Bundle 'gregsexton/MatchTag'
|
||||
|
||||
" Filetypes
|
||||
Bundle 'vividboarder/vim-forcedotcom'
|
||||
Bundle 'ViViDboarder/vim-forcedotcom'
|
||||
|
||||
"Allow arrow keys
|
||||
set nocompatible
|
||||
|
Loading…
Reference in New Issue
Block a user