简单记录一下混合使用anaconda和youcompleteme的经历 最近python写得比较多,使用vim+youcompleteme总觉得补全好差,任何第三方库都搞不定,想不通这玩意这么菜还怎么用?之前我的archlinux+普通python+vim+ycm不是好好的吗? 之前忙,没时间管这事 ...
分类:
其他好文 时间:
2017-08-19 11:14:01
阅读次数:
311
转自:Vim安装YouCompleteMe插件。 安装前的准备 1.首先必须要保证Vim的版本至少是7.3584,并且支持python2脚本。 在vim中输入:version 来查看版本,如果版本低于7.3.584,那么就需要重装vim。 直接在终端中输入python就可查看自己的python版本号 ...
分类:
系统相关 时间:
2017-08-17 00:41:11
阅读次数:
287
参考: https://github.com/yangyangwithgnu/use_vim_as_ide https://github.com/Valloric/YouCompleteMe 根据 https://github.com/Valloric/YouCompleteMe 中的full in ...
分类:
系统相关 时间:
2017-07-24 01:22:50
阅读次数:
393
YCM源码地址:https://github.com/Valloric/YouCompleteMe 安装依赖: 获取源码 安装Momo 安装步骤参照:http://www.mono-project.com/download/#download-lin-ubuntu 安装Go Go下载地址:https ...
分类:
其他好文 时间:
2017-07-12 10:11:34
阅读次数:
305
【vim8】1、卸载旧版vim。1.1、查看walker@ubuntu:~$dpkg-l|grepvim
iivim-common2:7.4.1689-3ubuntu1.2amd64ViIMproved-Commonfiles
iivim-tiny2:7.4.1689-3ubuntu1.2amd64ViIMproved-enhancedvieditor-compactversion1.2、卸载sudoaptremove--purgevim-commonvim-tiny2、安装..
分类:
系统相关 时间:
2017-06-14 02:18:24
阅读次数:
373
下图就是我的VI; 按F5 F6分别调出左右的窗体; 按C-P点出CtrlP搜索,直接查找project中的文件; 自己主动补全用的YouCompleteMe。超级强悍; 先发3个实用的连接: https://github.com/humiaozuzu/dot-vimrc https://githu ...
分类:
其他好文 时间:
2017-05-09 14:53:38
阅读次数:
197
YouCompleteMe自动补全C语言大型项目我的ycm在vimrc中的配置"YouCompleteMe相关配置
letg:ycm_server_python_interpreter=‘/usr/bin/python‘
letg:ycm_global_ycm_extra_conf=‘~/.vim/.ycm_extra_conf.py‘
letg:ycm_show_diagnostics_ui=0"关闭语法提示
letg:ycm_complete_in_c..
分类:
编程语言 时间:
2017-04-07 18:57:36
阅读次数:
564
一、安装预备软件。#vim要带python2.7的支持,curl是下载插件必须用到的软件,还有git apt install vim-nox-py2 curl git #安装python头文件 apt install python-dev python3-dev #安装c/c++编译包 apt in ...
分类:
系统相关 时间:
2017-04-06 09:59:32
阅读次数:
288
先查找系统的头文件路径[chunli@CentOS~]$sudofind/-iname‘iostream‘
/usr/include/c++/4.4.4/iostream
/usr/local/include/c++/6.3.0/iostream
[chunli@CentOS~]$sudofind/-iname‘fstream‘
/usr/include/c++/4.4.4/fstream
/usr/local/include/c++/6.3.0/fstream
[chunli@Cen..
分类:
编程语言 时间:
2017-03-12 11:55:48
阅读次数:
475
标题:LinuxC/C++程序员CentOS6.5安装YouCompleteMe使用vim语法自动补全Ubuntu/Debian/Fedora比较好安装,各种软件包都比较新CentOS6系列很难装,各种软件包版本太低了新手不要尝试在CentOS6系上安装,会有一种挫败感!步骤:1,安装操作系统2,文件下载3,更新vim4,安装ycm和Vundle5,编..
分类:
编程语言 时间:
2017-03-11 22:12:10
阅读次数:
2134