将surround.vim插件安装到Vim的plugins文件夹中似乎没有效果?
我已经下载了 Vim 的环绕插件 (surround.vim) 并安装了它进入插件文件夹。我知道插件在那里工作,因为我已经成功安装了 NERDTree 和 TList 插件。
安装 Surround 后,我启动 Vim 并进入插入模式 i 并输入:
“世界你好!”
然后,我进入正常模式 Esc 并将光标移动到文本中,然后按 cs" ' 并且没有任何反应!
我也尝试使用 ds 删除周围,但仍然没有任何反应,
你知道为什么吗?这个插件不起作用?我必须在 _gvimrc
文件中初始化它吗?是否有其他插件与此冲突?
欢迎任何建议。
I've downloaded the surround plugin (surround.vim) for Vim and installed it into the plugins folder. I know plugins work there as i've successfully installed the NERDTree and TList plugins.
Once surround is installed, i start Vim and enter insert mode i and type:
"Hello World!"
I then go to normal mode Esc and move the cursor into the text and press cs"' and nothing happens!
I've also tried deleting the surrounds using ds and still nothing happens.
Have you any idea why this plugin is not working? Do i have to initialise it in the _gvimrc
file? Could another plugin conflict with this one?
Any advice is welcome.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
感谢 sa125 的回答,我安装了 Pathogen 插件管理器,问题就消失了。这一定是有冲突的事情。
Thanks to sa125's answer i installed the Pathogen plugin manager and the troubles disappeared. It must of been something conflicting.