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

wcc526 · June 21, 2014 · Last by springwq replied at June 22, 2014 · 2311 hits

大家用 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
You need to Sign in before reply, if you don't have an account, please Sign up first.