We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vim plugins are usually:
vim-myplugin
vim-
plugin/myplugin.vim
myplugin#foo
g:myplugin_settingName
Right now setting config names for vim-reason are g:vimreason.
vim-reason
g:vimreason
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Vim plugins are usually:
vim-myplugin
(seldom uses hyphens in the portion aftervim-
).plugin/myplugin.vim
and autoload functions likemyplugin#foo
.g:myplugin_settingName
.Right now setting config names for
vim-reason
areg:vimreason
.The text was updated successfully, but these errors were encountered: