-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
So that plugin can be updated/installed in parallel. And that code can be shared.
However it would make the startup code more complicated cause the library must be installed which would be different on all systems. !apt-get install python3 choosing python would not work on Windows etc. it's a mess I know.
call vam#Scripts(expand('~/.vim-scripts'), {})
contents like
{'name': 'vim-addon-surround'}
{'name': 'vim-addon-toc'}
{'filename_regex': '\%(\%(l\)hs\|cabal\)$', 'name': 'vim-addon-haskell'}
{'filename_regex': '\%(php\|inc\|php.inc\|hsc\|lhs\)$', 'names': ['phpcomplete','vim-addon-xdebug', 'vim-addon-php-manual']}
{'filetype_regex': '\%(cabal\|hs\|hsc\|lhs\)$', 'name': 'vim-addon-haskell'}
{'filetype_regex': '\%(rb)$', 'names': ['vim-ruby', 'vim-addon-rdebug', 'vim-addon-ruby-debug-ide', 'textobj-rubyblock' ]}
see main README is one step towards it.
Metadata
Metadata
Assignees
Labels
No labels