2020年11月21日 星期六

Vim使用vim-plug管理套件

 命令 功能描述

PlugInstall [name ...] [#threads] 安装插件

PlugUpdate [name ...] [#threads] 安装或更新vim插件

PlugClean[!] 卸装未使用的目录 (bang version will clean without prompt)

PlugUpgrade 更新vim-plug自身

PlugStatus 查看vim插件的状态

PlugDiff 对比上次PlugUpdate的更改 (Examine changes from the previous update and the pending changes)

PlugSnapshot[!] [output path] 保存当前插件的镜像副本到指定目录 (Generate script for restoring the current snapshot of the plugins)

資料來源

https://vimjc.com/vim-plug.html

沒有留言:

張貼留言

cloud9上面開發rails

 使用IAM身分登入,以免有資安問題。(用admin帳號登入,創建iam使用者,然後在上面的連結登入) 選擇 ubuntu18.04 減少查詢成本。 已經是超級使用者了,sudo 什麼都不需要輸入密碼了。 $ ruby -v  檢查 ruby使用的版本>>2.6.3,...