首页 文章
  • 0 votes
     answers
     views

    可以't evaluate Clojure web project code using Vim and tpope'的Fireplace插件吗?

    我使用以下方法安装了Leiningen Clojure项目工具: brew install leiningen (REPL工作正常) . 我想用Vim写一些Clojure代码,所以我安装了以下插件: https://github.com/tpope/vim-fireplace/ https://github.com/tpope/vim-classpath https://github....
  • 17 votes
     answers
     views

    在Windows上安装NERDTree

    我正在尝试在Windows 7上安装NERDTree(Vim插件) . 我在我的用户文件夹(C:/ Users / Username)上创建了一个.vim目录并在那里提取了插件 . 我运行:helptags~.vim \ doc和:helptags [full-path] . 关闭并重新打开Vim . 但是当我尝试: :NERDTree 编辑说: E492: Not an editor comm...
  • 1 votes
     answers
     views

    vim在哪里存储自定义键映射缓存?

    我've installed a plugin via vundle, and later decided to remove it. I'已经运行 vim +BundleInstall +BundleClean +q 并且我非常确定与此插件相关的所有内容都已从 .vimrc 和 .vimrc.bundles 中删除 . 但是,即使在我重新启动之后,当我在vim中键入 :map 时,我仍然可以看到...
  • 5 votes
     answers
     views

    Fresh Vim安装,Vim权限错误,Vundle无法正常运行

    我在Linux Mint Debian Edition上安装了以下vim包: vim vim-common vim-tiny vim-runtime vim-doc 我之前安装了上面的软件包,并且在安装Vundle之后(它通过http://github.com/gmarik/vundle上的说明功能)决定,以避免插件冲突,完全删除并重新安装上述所有vim软件包/ .vim文件夹,以便充分利用Vu...
  • 1 votes
     answers
     views

    我的Vim插件(与Vundle一起安装)没有加载

    我正在尝试使用Vundle安装vim-scala和vim-sensible插件 . 我按照这里的指示:https://github.com/gmarik/Vundle.vim 在我的 ~/.vim 目录中,我有一个名为'bundle'的文件夹,其中包含我从教程中下载的Vundle.vim目录 . 在我 ~/.vimrc 我有: set nocompatible filetype off &quot...
  • 15 votes
     answers
     views

    如何在Visual Studio Code vim扩展中使用vim(键绑定)

    我刚开始使用Visual Studio Code并认为它正在努力将esc映射到另一个密钥 . 通常我有这个: :imap jj <Esc> 我可以看到VS Code有一个keybindings.json文件 . 我试过这个: [{ "key": "jj", "command": "vim.Esc&q...
  • 2 votes
     answers
     views

    Vim,安装病原体Windows

    我试图在我的Windows操作系统上安装vim插件,但它不起作用 . 拳头我要告诉你我的vim directoris架构,然后向你展示我的_vimrc.vim文件: C:\Program Files (x86)\Vim > 17/07/2017 16:15 <DIR> vim80 17/07/2017 17:45 <DIR> ...
  • 0 votes
     answers
     views

    如何让vim-plug识别本地项目?

    我正在尝试插入vim-plug . 目前我不知道如何加载本地目录 . 我在我的根目录中运行: mkdir vim-test cd vim-test git init mkdir syntax 然后我进入我的 ~/.config/nvim/init.vim 文件,我有: " Specify a directory for plugins " - For Neovim: ~/.l...
  • 3 votes
     answers
     views

    vim-snipmate与vundle安装无法正常工作

    出于某种原因,vim-snipmate不想用tab来完成片段 . 我在.vimrc中有以下内容,并使用vundle install settings for vim-snipmate . Vundle在'~/.vim/bundle/'内安装了插件 . 我试过添加 set runtimepath^=~/.vim/bundle/vim-snipmate 和 set runtimepath^=~/....
  • 9 votes
     answers
     views

    使用vundle在VIM中安装ctrlp

    我正在使用vundle作为vim的插件管理器 . 但是我在安装ctrlp plugin时遇到了问题 . 当我执行 :BundleInstall ctrlp 时,它输出以下日志并发生致命错误: [131003 09:39:27] Bundle kien / ctrlp [131003 09:39:27] $ git clone --recursive'https://github.com/kien...
  • 2 votes
     answers
     views

    每次Vim启动时都需要BundleInstall(对于Vundle)吗?

    我在Win7上使用Vim / Cream和使用Cream(v7.3.107)提供的Vim二进制文件,并且已经安装了Vundle,插件运行后运行正常:BundleInstall . 但退出并重新启动后,插件无法工作,直到我再次运行BundleInstall . 这是正常的吗?我认为BundleInstall是一次性命令(除了用于更新时) . 这是我在vimrc中的内容摘录(实际上是cream-use...
  • 0 votes
     answers
     views

    如何使用Vundle安装`vim-scripts / LanguageTool`?

    我正在使用Vundle安装vim-scripts/LanguageTool插件: 把 Plugin 'vim-scripts/LanguageTool' 放在 .vimrc ; 在vim文件中运行 :PluginInstall ( Vundle 表示"Done") . 但是,当我运行 :LanguageToolCheck 时,我收到以下错误: 无法找到Lanuag...
  • 0 votes
     answers
     views

    通过病原体安装Nerdtree插件的病原体#infect()错误

    我正在尝试使用病原体在centos 5上为vim安装NerdTree插件,我在使用vim命令时遇到以下错误: 处理/home/RND/narora/.vimrc时检测到错误:第14行:E117:未知功能:pathogen #infect按ENTER或键入命令继续 〜/ .vimrc文件包含下面的病原体代码:在filetype插件上执行pathogen#infect()语法缩进 〜/ .vim / ...
  • 1 votes
     answers
     views

    如何用vim-plug安装cscope_maps?

    我正在使用vim-plug管理我的vim(版本7)插件依赖项并尝试利用these cscope key mappings每this tutorial . 这是我必须通过将其复制并粘贴到 ~/.vim/plugged/ 目录而在插件系统之外安装的东西吗?
  • 2 votes
     answers
     views

    跳转到符号时,vim-fireplace无法找到源文件

    我正试图在Windows上设置vim-fireplace . 其他一切工作正常,但跳转到符号 [<C-d> 失败,错误"Cannot find source file for [symbol name]" . 在成功连接nrepl之后, :echo fireplace#path() 返回 [] ,我猜这会导致问题,因为它应该包含类路径 . 我可以用 lein new...

热门问题