Search

NeoVim

설치

brew install neovim
Shell
복사

플러그인 관리를 위한 관리 프로그램 설치

sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
Shell
복사