LoginSignup
14
4

More than 3 years have passed since last update.

Ubuntu: Vimの最新バージョンインストール

Last updated at Posted at 2020-09-12
add-apt-repositoryのインストール
$ sudo apt-get install software-properties-common
$ sudo apt-get update
リポジトリからインストール
"リポジトリの追加
$ sudo add-apt-repository ppa:jonathonf/vim
$ sudo apt update
"インストール
$ sudo apt install vim
"バージョン確認
$ vim --version

プラグイン管理のdein.vimもインストールしておきましょう!
https://github.com/Shougo/dein.vim

LGTMお願いします!
モチベーションがあがります!

14
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
14
4