码迷,mamicode.com
首页 > 系统相关 > 详细

Vim常用插件安装及配置方法

时间:2018-03-09 10:42:53      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:filetype   install   tps   脚本   vim常用   code   mrc   require   git clone   

Vundle

安装

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

配置

  • vimrc首部添加
set nocompatible " be iMproved, required
filetype off " required
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin ‘VundleVim/Vundle.vim‘

call vundle#end()
filetype plugin indent on
  • 安装脚本在vim中运行:PluginInstall
  • 在命令行直接安装而不打开vim运行vim +PluginInstall +qall

Vim常用插件安装及配置方法

标签:filetype   install   tps   脚本   vim常用   code   mrc   require   git clone   

原文地址:https://www.cnblogs.com/zhuxiaoxi/p/8531178.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!