set nocompatible " required filetype off " required " set the runtime path to include Vundle and initialize set rtp+=~/.vim/bundle/Vundle.vim call vun ...
分类:
系统相关 时间:
2018-09-06 00:05:28
阅读次数:
175
转自:http://os.51cto.com/art/201507/484174.htm Vim是Linux上一款用途广泛的轻量级文本编辑工具。虽然对普通的Linux用户来说开始学用起来难度相当大,但鉴于它具有的种种好处,完全值得一学。至于功能方面,Vim可以通过插件实现全面定制。不过由于其高级配置 ...
分类:
系统相关 时间:
2018-08-09 17:36:51
阅读次数:
214
版本信息:uname-aLinuxlocalhost.localdomain2.6.32-131.0.15.el6.x86_64#1SMPTueMay1015:42:40EDT2011x86_64x86_64x86_64GNU/Linuxcat/etc/issueRedHatEnterpriseLinuxServerrelease6.1(Santiago)Kernel\ronan\m在网上找了一些
分类:
系统相关 时间:
2018-06-09 17:06:49
阅读次数:
219
详细安装步骤在github上有,https://github.com/Valloric/YouCompleteMe,我这里是自己总结的简化版安装步骤。 步骤1.安装Vundle 首先,clone到本地 git clone https://github.com/VundleVim/Vundle.vim ...
分类:
其他好文 时间:
2018-05-15 15:51:46
阅读次数:
659
安装插件https://github.com/VundleVim/Vundle.vim设置vim插件会自动安装下面的插件```setnobackup"colorschemeeveningcolorschemedefaultsetguifont=Monaco:h10setignorecase"setshiftwidth=2"settabstop=2"setau
分类:
系统相关 时间:
2018-04-20 16:54:19
阅读次数:
229
Vundle 安装 配置 vimrc 首部 添加 安装脚本在vim中运行 在命令行直接安装而不打开vim运行`vim +PluginInstall +qall` ...
分类:
系统相关 时间:
2018-03-09 10:42:53
阅读次数:
210
vim插件之completor.vim Vundle安装: 如果要用python补全的话:(我的vim支持python3,所以要:) 然后启用补全功能, 中添加: 如果要用 键选择补全项的话: 如果想把自动触发补全改为 健手动触发的话: 其它的内容不需要改。也可以补全C/C++和Java,需要的时候 ...
分类:
系统相关 时间:
2018-02-23 23:53:03
阅读次数:
1600
下载golang, 建议直接下载编译好的二进制包 下载地址: https://golang.org/dl/ 下载好后解压,然后放置在指定位置: 然后配置环境 安装好go以后, 安装vim环境 vim 的版本是有要求的,建议去vim官网: http://www.vim.org/download.php ...
分类:
其他好文 时间:
2018-02-23 20:43:49
阅读次数:
213
环境配置 / Environment Setup 基于Python开发的 gVim 环境配置(Windows) 1 基于vundle进行配置 Vim有多个扩展管理器,但是强烈推荐Vundle。可以把它想象成Vim的pip。有了Vundle,安装和更新包这种事情不费吹灰之力。 安装Vundle: 该命 ...
分类:
编程语言 时间:
2018-01-01 16:58:40
阅读次数:
319
" All system-wide defaults are set in $VIMRUNTIME/debian.vim and sourced by" the call to :runtime you can find below. If you wish to change any of tho ...
分类:
系统相关 时间:
2017-12-18 01:28:20
阅读次数:
265