|
|
|
@ -93,7 +93,8 @@ more information. |
|
|
|
Plugin 'file:///home/gmarik/path/to/plugin' |
|
|
|
" The sparkup vim script is in a subdirectory of this repo called vim. |
|
|
|
" Pass the path to set the runtimepath properly. |
|
|
|
Plugin 'rstacruz/sparkup', {'rtp': 'vim/'} |
|
|
|
" For filetype-based plugins, EXCLUDE the "ftplugin/[filetype]" part of the path. |
|
|
|
Plugin 'rstacruz/sparkup', {'rtp': 'vim'} |
|
|
|
" Avoid a name conflict with L9 |
|
|
|
Plugin 'user/L9', {'name': 'newL9'} |
|
|
|
|
|
|
|
|