参考文章: http://www.jianshu.com/p/24aefcd4ca93 https://github.com/suan/vim-instant-markdown https://github.com/VundleVim/Vundle.vim vim-instant-markdown插 ...
分类:
系统相关 时间:
2017-06-17 16:01:38
阅读次数:
296
【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
第一步:安装git并配置curl 不多说,vundle是基于git的架构,so,这是必须的。 下载msysgit并安装(具体可见http://drupalchina.cn/content/windows-xi-tong-xia-gitan-zhuang-tu-jie),并将Git 的cmd路径和bi ...
转自:http://os.51cto.com/art/201507/484174.htm Vim是Linux上一款用途广泛的轻量级文本编辑工具。虽然对普通的Linux用户来说开始学用起来难度相当大,但鉴于它具有的种种好处,完全值得一学。至于功能方面,Vim可以通过插件实现全面定制。不过由于其高级配置 ...
分类:
系统相关 时间:
2017-05-02 23:43:25
阅读次数:
250
1 下载 2 配置,建立.vimrc,写入以下内容 set nocompatible " be iMproved, required filetype off " required " set the runtime path to include Vundle and initialize set ...
分类:
系统相关 时间:
2017-04-16 12:16:05
阅读次数:
237
set nocompatiblefiletype offset rtp+=~/.vim/bundle/vundle/call vundle#rc()Bundle 'gmarik/vundle'Bundle 'kien/ctrlp.vim'Bundle 'sjl/gundo.vim'Bundle 'j ...
分类:
系统相关 时间:
2017-03-06 19:44:41
阅读次数:
287
Vbundle 挺好用的,能够很方便管理Vim的一些插件。虽然Vbundle的安装方法看的很简单,但是它的配置却让我弄了很久,现在记录如下,方便后面安装时再出现相同的问题: 我按照这里的官方提示的安装方法:https://github.com/VundleVim/Vundle.vim 来安装的 (注 ...
分类:
其他好文 时间:
2017-02-12 14:32:04
阅读次数:
830
這以 GNU GLOBAL 6.5.6 為示範 1: install GNU GLOBAL https://www.gnu.org/software/global/download.html sudo ./configure; 若有以下 error,請看更下方的 Q5 說明。 sudo make; ...
分类:
其他好文 时间:
2017-02-06 23:59:06
阅读次数:
407
安装 安装必备 Vim 7.3 or higher. Vundle or Pathogen 下载/更新exVim 注意事项 安装exVim将不会覆盖你已经存在的Vim环境,这个仓库所包含的文件,变化,仅仅运行在它自己 的文件夹。 通过提供的shell脚本osx/mvim.sh,它将会不破坏你现有的v ...
分类:
系统相关 时间:
2017-01-13 23:54:28
阅读次数:
481
一、简介 二、管理器 1)Vundle https://github.com/gmarik/vundle.git 2)vim-plug https://github.com/junegunn/vim-plug ...
分类:
系统相关 时间:
2016-12-24 22:38:41
阅读次数:
222