youtube下载神器:https://github.com/rg3/youtube-dl
我擦咧
vim插件:https://github.com/Valloric/YouCompleteMe
vim插件配置:https://github.com/spf13/spf13-vim
----------------Mac完整项目----------
电台:https://githu...
分类:
移动开发 时间:
2015-04-08 11:04:24
阅读次数:
453
Vim的youcompleteme(简称ycm)插件是一个代码提示补全插件,便于配合vim搭建一个轻量级的IDE,十分好用。但是从听说到今晚安装成功却经历来一些坎坷。官网的教程都不能安装成功。最后走的是自己克隆代码工程并编译的路子。1,克隆工程git clone --recursive http.....
分类:
系统相关 时间:
2015-03-17 12:14:53
阅读次数:
223
添加对c++11的支持:/.vimrc中添加: let g:syntastic_cpp_compiler = 'g++' "change the compiler to g++ to support c++11. let g:syntastic_cpp_compiler_options = '...
分类:
编程语言 时间:
2015-03-12 00:43:12
阅读次数:
3045
包含了YouCompleteMe等插件,monokai风格set nu!colorscheme monokaiset tabstop=4map :NERDTreeToggleset nocompatible " be iMprovedfiletype off " required!set rt...
分类:
系统相关 时间:
2015-03-11 14:30:25
阅读次数:
168
因为vim的自动补全神奇YouCompleteMe需要使用到libclang.so这个库,所以需要通过编译llvm来生成这个库,官方教程见http://llvm.org/docs/GettingStarted.html本次编译环境为vmware+ubuntu server(64bit),以下为整.....
分类:
其他好文 时间:
2015-02-15 11:58:37
阅读次数:
131
1. 准备工作,安装MinGW-64开发环境,参照这里的说明下载 mingw-get-setup.exe并运行,安装时请注意将安装路径设置为 C:\MinGW\32 (非默认安装路径)不安装GUI编辑配置文件 C:\mingw\32\var\lib\mingw-get\data\profile.xm...
今天在macvim上安装YouCompleteMe的时候,碰到一个运行vim崩溃的错误.查了半天终于解决!先上一下安装macvim的过程# install xcode and command line tools$ xcode-select --install# install homebrew$ ...
分类:
系统相关 时间:
2015-02-02 00:37:47
阅读次数:
1002
youtube下载神器:https://github.com/rg3/youtube-dl
vim插件:https://github.com/Valloric/YouCompleteMe
vim插件配置:https://github.com/spf13/spf13-vim
----------------Mac完整项目----------
电台:https://github.com...
分类:
移动开发 时间:
2015-01-28 17:56:43
阅读次数:
477
Vim自动补全插件----YouCompleteMe安装与配置使用Vim编写程序少不了使用自动补全插件,在Linux下有没有类似VS中的Visual Assist X这么方便快捷的补全插件呢?以前用的是neocomplcache+code_complete+omnicppcomplete,但效果还是...
分类:
系统相关 时间:
2015-01-18 11:46:27
阅读次数:
576
vim智能补全插件YouCompleteMe新手完全攻略http://tieba.baidu.com/p/2672605209?see_lz=1Vim自动补全神器–YouCompleteMehttp://jishu.zol.com.cn/228882.html我的vimrc文件http://www....
分类:
其他好文 时间:
2015-01-05 12:42:14
阅读次数:
163