• 配置vim插件遇到youcompleteme插件问题解决方案


    今天在Opensuse下配置vim 遇到两个问题

    配置插件找到一个很好的博客。学到一些有用技巧

    http://hahaya.github.io/2013/07/26/use-vundle.html

    但是遇到两个问题 一个是

    YouCompleteMe unavailable: requires Vim compiled with Python 2.x support

    解决办法

    http://stackoverflow.com/questions/3373914/compiling-vim-with-python-support

    就是安装

    zypper ar http://download.opensuse.org/repositories/editors/openSUSE_11.4 editors
    zypper in vim-enhanced
    zypper in vim-enhanced-7.3-112.1.x86_64
    vim-enhanced on openSUSE is compiled with +python. vim-enhanced from the standard openSUSE repo crashed when trying :python print 'hello' in vim.
    The compiled version from the editors repo worked for me without crashing.

    我只执行了 zypper in vim-enhanced 就解决了 但是,又出现新问题,打开vim出现
    cm_client_support.[so|pyd|dll] and ycm_core.[so|pyd|dll] not detected; you need to compile YCM before using it. Read the docs!
    解决方案
    cd ~/.vim/bundle/YouCompleteMe 
    ./install.sh --clang-completer

    搞定 原帖 http://www.cnblogs.com/ziyouchutuwenwu/archive/2013/12/23/3488193.html


  • 相关阅读:
    (一)python 简单网页爬虫
    环形队列的应用
    AutoResetEvent 和 ManualResetEvent 多线程应用
    委托 和 事件
    Action 和 Func 的用法以及区别
    IIS 配置缓存
    IIS 发布双证书
    函数中返回局部变量的问题
    python函数2-函数参数
    Python基础语法6-冒泡排序
  • 原文地址:https://www.cnblogs.com/or2-/p/3495636.html
Copyright © 2020-2023  润新知