IT数码 购物 网址 头条 软件 日历 阅读 图书馆
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
图片批量下载器
↓批量下载图片,美女图库↓
图片自动播放器
↓图片自动播放器↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁
 
   -> 开发工具 -> vim 一些插件的安装命令 -> 正文阅读

[开发工具]vim 一些插件的安装命令

git https://github.com.cnpmjs.org/chxuan/vimplus.git
cd ./vimplus
sudo ./install.sh

github 不太好访问,就替换为一个镜像网站了,2021.10.21验证可用

git clone https://github.com.cnpmjs.org/Valloric/YouCompleteMe.git/ /home/shabei/.vim/plugged/YouCompleteMe
git clone https://github.com.cnpmjs.org/mileszs/ack.vim.git/ /home/shabei/.vim/plugged/ack.vim
git clone https://github.com.cnpmjs.org/kana/vim-textobj-indent.git/ /home/shabei/.vim/plugged/vim-textobj-indent
git clone https://github.com.cnpmjs.org/ryanoasis/vim-devicons.git/ /home/shabei/.vim/plugged/vim-devicons
git clone https://github.com.cnpmjs.org/chxuan/prepare-code.git/ /home/shabei/.vim/plugged/prepare-code
git clone https://github.com.cnpmjs.org/preservim/tagbar.git/ /home/shabei/.vim/plugged/tagbar
git clone https://github.com.cnpmjs.org/preservim/nerdtree.git/ /home/shabei/.vim/plugged/nerdtree
git clone https://github.com.cnpmjs.org/Xuyuanp/nerdtree-git-plugin.git/ /home/shabei/.vim/plugged/nerdtree-git-plugin
git clone https://github.com.cnpmjs.org/tpope/vim-endwise.git/ /home/shabei/.vim/plugged/vim-endwise
git clone https://github.com.cnpmjs.org/vim-scripts/indentpython.vim.git/ /home/shabei/.vim/plugged/indentpython.vim
git clone https://github.com.cnpmjs.org/vim-airline/vim-airline-themes.git/ /home/shabei/.vim/plugged/vim-airline-themes
git clone https://github.com.cnpmjs.org/chxuan/change-colorscheme.git/ /home/shabei/.vim/plugged/change-colorscheme
git clone https://github.com.cnpmjs.org/chxuan/vim-edit.git/ /home/shabei/.vim/plugged/vim-edit
git clone https://github.com.cnpmjs.org/jiangmiao/auto-pairs.git/ /home/shabei/.vim/plugged/auto-pairs
git clone https://github.com.cnpmjs.org/junegunn/vim-slash.git/ /home/shabei/.vim/plugged/vim-slash
git clone https://github.com.cnpmjs.org/kana/vim-textobj-user.git/ /home/shabei/.vim/plugged/vim-textobj-user
git clone https://github.com.cnpmjs.org/chxuan/vimplus-startify.git/ /home/shabei/.vim/plugged/vimplus-startify
git clone https://github.com.cnpmjs.org/kana/vim-textobj-function.git/ /home/shabei/.vim/plugged/vim-textobj-function
git clone https://github.com.cnpmjs.org/terryma/vim-smooth-scroll.git/ /home/shabei/.vim/plugged/vim-smooth-scroll
git clone https://github.com.cnpmjs.org/tpope/vim-repeat.git/ /home/shabei/.vim/plugged/vim-repeat
git clone https://github.com.cnpmjs.org/Shougo/echodoc.vim.git/ /home/shabei/.vim/plugged/echodoc.vim
git clone https://github.com.cnpmjs.org/chxuan/vim-buffer.git/ /home/shabei/.vim/plugged/vim-buffer
git clone https://github.com.cnpmjs.org/tpope/vim-commentary.git/ /home/shabei/.vim/plugged/vim-commentary
git clone https://github.com.cnpmjs.org/junegunn/gv.vim.git/ /home/shabei/.vim/plugged/gv.vim
git clone https://github.com.cnpmjs.org/kana/vim-textobj-syntax.git/ /home/shabei/.vim/plugged/vim-textobj-syntax
git clone https://github.com.cnpmjs.org/tpope/vim-fugitive.git/ /home/shabei/.vim/plugged/vim-fugitive
git clone https://github.com.cnpmjs.org/godlygeek/tabular.git/ /home/shabei/.vim/plugged/tabular
git clone https://github.com.cnpmjs.org/vim-scripts/indentpython.git/ /home/shabei/.vim/plugged/indentpython.vim
git clone https://github.com.cnpmjs.org/vim-airline/vim-airline-themes.git/ /home/shabei/.vim/plugged/vim-airline-themes
git clone https://github.com.cnpmjs.org/chxuan/change-colorscheme.git/ /home/shabei/.vim/plugged/change-colorscheme
git clone https://github.com.cnpmjs.org/chxuan/vim-edit.git/ /home/shabei/.vim/plugged/vim-edit
git clone https://github.com.cnpmjs.org/jiangmiao/auto-pairs.git/ /home/shabei/.vim/plugged/auto-pairs
git clone https://github.com.cnpmjs.org/junegunn/vim-slash.git/ /home/shabei/.vim/plugged/vim-slash
git clone https://github.com.cnpmjs.org/tiagofumo/vim-nerdtree-syntax-highlight.git/ /home/shabei/.vim/plugged/vim-nerdtree-syntax-highlight
git clone https://github.com.cnpmjs.org/chxuan/cpp-mode.git/ /home/shabei/.vim/plugged/cpp-mode
git clone https://github.com.cnpmjs.org/tpope/vim-surround.git/ /home/shabei/.vim/plugged/vim-surround
git clone https://github.com.cnpmjs.org/haya14busa/incsearch.vim.git/ /home/shabei/.vim/plugged/incsearch.vim
git clone https://github.com.cnpmjs.org/vim-airline/vim-airline.git/ /home/shabei/.vim/plugged/vim-airline
git clone https://github.com.cnpmjs.org/sgur/vim-textobj-parameter.git/ /home/shabei/.vim/plugged/vim-textobj-parameter
git clone https://github.com.cnpmjs.org/easymotion/vim-easymotion.git/ /home/shabei/.vim/plugged/vim-easymotion
git clone https://github.com.cnpmjs.org/Yggdroot/LeaderF.git/ /home/shabei/.vim/plugged/LeaderF
git clone https://github.com.cnpmjs.org/rhysd/clever-f.vim.git/ /home/shabei/.vim/plugged/clever-f.vim
git clone https://github.com.cnpmjs.org/octol/vim-cpp-enhanced-highlight.git/ /home/shabei/.vim/plugged/vim-cpp-enhanced-highlight

  开发工具 最新文章
Postman接口测试之Mock快速入门
ASCII码空格替换查表_最全ASCII码对照表0-2
如何使用 ssh 建立 socks 代理
Typora配合PicGo阿里云图床配置
SoapUI、Jmeter、Postman三种接口测试工具的
github用相对路径显示图片_GitHub 中 readm
Windows编译g2o及其g2o viewer
解决jupyter notebook无法连接/ jupyter连接
Git恢复到之前版本
VScode常用快捷键
上一篇文章      下一篇文章      查看所有文章
加:2021-10-22 11:08:47  更:2021-10-22 11:10:55 
 
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁

360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 -2024/11/15 22:56:10-

图片自动播放器
↓图片自动播放器↓
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
图片批量下载器
↓批量下载图片,美女图库↓
  网站联系: qq:121756557 email:121756557@qq.com  IT数码