Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Viml code should be replaced by an external library #189

Open
MarcWeber opened this issue Jul 11, 2022 · 0 comments
Open

Viml code should be replaced by an external library #189

MarcWeber opened this issue Jul 11, 2022 · 0 comments

Comments

@MarcWeber
Copy link
Owner

MarcWeber commented Jul 11, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant