How to share one vimrc file among multiple clients?

后端 未结 8 583
天涯浪人
天涯浪人 2021-01-29 19:03

I am not a very orderly person at times and I often find myself in the situation of losing my old fully tweaked vimrc file and having to start over all again. Or having differen

8条回答
  •  滥情空心
    2021-01-29 19:24

    Like others have said: use a version control system.

    Here is such a project, easy to fork and extend: http://github.com/ryanb/dotfiles

    It does not only handle vim.rc, but all kind of configuration and comes with a setup script.

提交回复
热议问题