新手问题 大家用 janus 是怎么写 html 的?

wcc526 · 2014年06月21日 · 最后由 springwq 回复于 2014年06月22日 · 2313 次阅读

大家用 janus 是怎么写 html 的? janus 好像没有 html 的插件?如果安装 emmet 的话会不会与内置的快捷键冲突?谢谢!

可以安装额外的插件,而且也更方便。

If you want to do additional customization or add more Vim plugins, create a ~/.janus directory and add your plugins there, either with a git clone or by adding submodules to your own git repository there. This directory is treated like a normal pathogen directory. For example:

$ cd ~/.janus
$ git clone https://github.com/vim-scripts/Rename2.git rename2

Or, if you have a git repository in ~/.janus, you can use a submodule:

$ cd ~/.janus
$ git submodule add https://github.com/vim-scripts/Rename2.git rename2

我装了这三个:

➜  .janus  ls
sparkup      vim-airline  vim-fugitive
需要 登录 后方可回复, 如果你还没有账号请 注册新账号