Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 501 Bytes

start_linunx.md

File metadata and controls

23 lines (19 loc) · 501 Bytes

Linunx安装方式

  • Yum
$ yum-config-manager --add-repo=https://copr.fedorainfracloud.org/coprs/carlwgeorge/ripgrep/repo/epel-7/carlwgeorge-ripgrep-epel-7.repo
$ yum update
$ yum install -y neovim ripgrep lazygit python36-neovim
  • 安装vim-plug插件管理
$ curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  • 首次使用
$ nvim

:PlugInstall
:PlugUpdate
:TSUpdate