You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Searching the README for vimrc returns no results.
Reading the source code ~/.vim-anywhere/bin/run shows that vim-anywhere honors $HOME/.gvimrc.min and $HOME/.vimrc.min. Won't hurt mentioning it explicitly in the README.
As for custom vimrc just for vim-anywhere, vimrc in home directory is quite a relic. Vim moved from ~/.vimrc to ~/.vim/vimrc long ago, for the sake of decluttering home directory from dotfiles. From this perspective, perhaps it would make sense to bundle .gvimrc.min and .vimrc.min (and of course mention that in the README, as suggested above) straight into the repository and have the run script look for them in $HOME/.vim-anywhere instead of $HOME?
Having a full ~/vim-anywhere/vimrc directory a la ~/vimrc would be even better, since it would allow to bundle plugins just for it.
The text was updated successfully, but these errors were encountered:
Searching the README for
vimrc
returns no results.Reading the source code
~/.vim-anywhere/bin/run
shows thatvim-anywhere
honors$HOME/.gvimrc.min
and$HOME/.vimrc.min
. Won't hurt mentioning it explicitly in the README.As for custom vimrc just for
vim-anywhere
, vimrc in home directory is quite a relic. Vim moved from~/.vimrc
to~/.vim/vimrc
long ago, for the sake of decluttering home directory from dotfiles. From this perspective, perhaps it would make sense to bundle.gvimrc.min
and.vimrc.min
(and of course mention that in the README, as suggested above) straight into the repository and have the run script look for them in$HOME/.vim-anywhere
instead of$HOME
?Having a full
~/vim-anywhere/vimrc
directory a la~/vimrc
would be even better, since it would allow to bundle plugins just for it.The text was updated successfully, but these errors were encountered: