我听说 vim
非常棒,所以我自然而然地说过#34; vim me up"。之后,无数的Youtube视频和谷歌搜索几个小时,我准备安装我的插件(所以我想)。我能够通过 NERDTree
安装 Pathogen
,我对自己感觉很好,因为我是 {{的新手1}} 和编码一般。因此,我接着使用https://github.com/garbas/vim-snipmate
Mac(OSX 10.9)
Snipmate
Snipmate没有用。所以,我通过rm -rf {directories}删除了这些目录 然后尝试使用http://spf13.com/post/vim-plugins-snipmate这次的说明再次安装它
% cd ~/.vim/bundle
% git clone https://github.com/tomtom/tlib_vim.git
% git clone https://github.com/MarcWeber/vim-addon-mw-utils.git
% git clone https://github.com/garbas/vim-snipmate.git
% git clone https://github.com/honza/vim-snippets.git
也许我不应该这样做,因为每次打开vim时我都会遇到这些错误。
Warning in snipMate.vim: Snippet c) is already defined. See :h multi_snip for help on snippets with multiple matches. Warning in snipMate.vim: Snippet date is already defined. See :h multi_snip for help on snippets with multiple matches. Warning in snipMate.vim: Snippet ddate is already defined. See :h multi_snip for help on snippets with multiple matches.
你认为我是否可以卸载那些我已经删除的文件,它会摆脱这些错误,也许snipmate会起作用吗? 你如何卸载git clone命令?我是否正确地思考这些?
答案 0 :(得分:0)
那是因为你仍然在" snippets.orig"中定义了片段。如果删除文件夹(或者如果你想将它移动到.vim以外的目录中),你应该没问题。