Make configuration variables follow conventions.
jordwalke opened this issue · 0 comments
jordwalke commented
Vim plugins are usually:
- In git repos like
vim-myplugin
(seldom uses hyphens in the portion aftervim-
). - Have plugin files like
plugin/myplugin.vim
and autoload functions likemyplugin#foo
. - Have configuration settings like
g:myplugin_settingName
.
Right now setting config names for vim-reason
are g:vimreason
.