I'm stalling Vim-latex. I believe I have done steps 1 and 2 on http://vim-latex.sourceforge.net/index.php?subject=download&title=Download. How can I do step 3 if I'm using Windows? Thanks.
在Windows中安裝vim-latex
最佳答案
您只需要在命令行模式下鍵入 helptags~/vimfiles/doc
,即
:helptags ~/vimfiles/doc
此步驟將生成幫助標記(請參閱:h helptags
)文件,這些文件允許您使用標記跳轉(
Ctrl + ] , Ctrl +
Ť)。
插件管理器
Note that 插件管理器 does this step for you (e.g. Vundle) and this is also recommended. For instance, after
installing Vundle, you just need to put Plugin
'vim-latex/vim-latex'
(in the appropriate place) in your
.vimrc
(in your case _vimrc
or
_gvimrc
).
有關在Windows下安裝Vundle的更多詳細信息,請參閱Vundle的wiki。
附:我從不在Windows下使用vim,所以我可能錯了。