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

Make configuration variables follow conventions. #6

Open
jordwalke opened this issue Dec 22, 2018 · 0 comments
Open

Make configuration variables follow conventions. #6

jordwalke opened this issue Dec 22, 2018 · 0 comments

Comments

@jordwalke
Copy link
Owner

Vim plugins are usually:

  • In git repos like vim-myplugin (seldom uses hyphens in the portion after vim-).
  • Have plugin files like plugin/myplugin.vimand autoload functions like myplugin#foo.
  • Have configuration settings like g:myplugin_settingName.

Right now setting config names for vim-reason are g:vimreason.

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