https://stackoverflow.com/questions/30017366/vim-error-e492-not-an-editor-command-plugininstall ...
分类:
系统相关 时间:
2019-08-02 10:45:13
阅读次数:
261
以前装过一回,没成功,现在再来一次 yourcompleteme git https://github.com/ycm-core/YouCompleteMe#installation 检查软件版本 安装Vundle git地址:https://github.com/VundleVim/Vundle. ...
分类:
其他好文 时间:
2019-07-13 13:51:46
阅读次数:
140
按照教程进行安装 1. 安装 vundle 写入: " description: configuration of vim " author: phillee " date: 2019-06-04 " email: phillee2016@163.com set nocompatible " be ...
分类:
系统相关 时间:
2019-06-23 21:03:46
阅读次数:
481
什么是Zsh Zsh是一款强大的虚拟终端,既是一个系统的虚拟终端,也可以作为一个脚本语言的交互解析器。 Zsh的一些特性 兼容bash,原来使用bash的兄弟切换过来毫无压力。 强大的历史纪录功能,在用或者方向上键查找历史命令时,zsh支持限制查找。比如输入ls然后再按方向上键,则只会查找用过的ls ...
分类:
系统相关 时间:
2019-05-12 10:58:37
阅读次数:
151
答:示例如下: fatal: Pathspec 'Vundle.vim/autoload/vundle.vim' is in submodule '.vim/bundle/Vundle.vim' 解决办法: git rm -rf --cached .vim/bundle/Vundle.vim ...
分类:
其他好文 时间:
2019-05-05 23:47:31
阅读次数:
492
参考了三篇文章: + "VIM配置 面向前端" + "使用Vundle管理配置Vim基本插件" + "CSS 语法高亮" 1、安装Vundle 2、配置 ~/.vimrc ...
分类:
编程语言 时间:
2019-03-29 01:15:18
阅读次数:
212
如果你觉得这个页面广告太多,欢迎移步博客阅读: "Vim 插键及配置" 编辑器之神 —— Vim 平日使用vim经常编辑文件,想想使用时的痛点,决定研究一下插件的使用。 Vim的扩展通常也被成为bundle或插件。 软件版本: Mac OS X 10.14.1 vim 8.1 插件安装 Vundle ...
分类:
系统相关 时间:
2019-03-03 20:34:49
阅读次数:
235
vim作为我做喜欢的编辑器,可扩展性几乎是没有尽头的,前阵子一直在配置这.vimrc文件,原来搞过配色文件,现在主要就自动补全来设置下,同时作为自己配置的记录文档。…………………………………………………………………………………………………… Vundle //管理vim插件的插件 ,其特色在于使用g ...
分类:
系统相关 时间:
2019-02-22 21:37:15
阅读次数:
220
set nocompatiblefiletype offset rtp+=~/.vim/bundle/Vundle.vimcall vundle#begin()Plugin 'VundleVim/Vundle.vim'call vundle#end()filetype plugin indent o ...
分类:
系统相关 时间:
2019-02-02 17:23:02
阅读次数:
254
一.环境 发行版:Ubuntu 18.04 LTS 代号:bionic 内核版本:4.15.0-33-generic 二.步骤 2.1 准备工作 sudo apt-get install python3-pip pip3 install future frozendict 2.2 获取vundle ...
分类:
其他好文 时间:
2018-10-03 00:28:12
阅读次数:
227