vim插件管理及python环境配置—the5fire.ppt

vim插件管理及python环境配置—the5fire.ppt

  1. 1、本文档共17页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
vim插件管理及python环境配置—the5fire

Thanks QA VIM插件管理及python开发环境配置 by 胡阳 2013-03-01 blog: 一般情况下的VIM插件管理 插件 为何如此麻烦? 看样子你需要vundle 一个插件管理工具,来看看吧 vundle git clone /gmarik/vundle.git .vim/bundle/vundle STEP 1 STEP 2 set nocompatible be iMproved filetype off required! set rtp+=~/.vim/bundle/vundle/ call vundle#rc() let Vundle manage Vundle required! Bundle gmarik/vundle My Bundles here: original repos on github Bundle tpope/vim-fugitive Bundle Lokaltog/vim-easymotion Bundle rstacruz/sparkup, {rtp: vim/} Bundle tpope/vim-rails.git vim-scripts repos Bundle L9 Bundle FuzzyFinder non github repos Bundle git:///command-t.git 初始配置.vimrc 然后BundleInstall 要装这些 STEP 3 ctrlp.vim ctrl+p文件快速跳转 jedi-vim 代码智能提示 lusty 最近打开过的文件 nerdtree 目录树 Syntastic/ 代码规范检查 vim-fugitive git状态 上git一搜即可 STEP 4 比如:ctrlp.vim Bundle ? Bundle davidhalter/jedi-vim Bundle sjbach/lusty Bundle scrooloose/nerdtree Bundle vim-scripts/Syntastic 需要flake8 Bundle tpope/vim-fugitive 删除和更新 STEP 5 :BundleClean :BundleInstall! .vimrc配置三部分 STEP 6 插件管理 基础配置 键盘映射 一、插件管理 STEP 7 配置vundle安装 set nocompatible be iMproved filetype off required! set rtp+=~/.vim/bundle/vundle/ call vundle#rc() let Vundle manage Vundle required! Bundle gmarik/vundle My Bundles here: original repos on github Bundle davidhalter/jedi-vim Bundle scrooloose/nerdtree Bundle kien/ctrlp.vim Bundle sjbach/lusty Bundle tpope/vim-fugitive Bundle vim-scripts/Syntastic vim-scripts repos Bundle L9 non github repos Bundle git:///command-t.git 二、基础配置 STEP 8 一些基本配置 filetype plugin indent on required! let mapleader = , let g:mapleader = , Ignore case when searching set ignorecase When searching try to be smart about cases set smartcase Highlight search results set hlsearch Makes search act like search in modern browsers set incsearch Use spaces instead of tabs set expandtab Be smart when using tabs ;) set smarttab 1 tab == 4 spaces set

文档评论(0)

shaoye348 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档