Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # neovim <code> brew install neovim brew tap homebrew/cask-fonts brew install --cask font-hack-nerd-font </code> <code> $ which nvim /usr/local/bin/nvim </code> <code> $ ln -s (which nvim) /usr/local/bin/vim </code> <code> alias vim="nvim" alias vi="nvim" alias vimdiff="nvim -d" export EDITOR=/usr/local/bin/nvim </code> <code> sh -c 'curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' </code> ## Links - https://y0c.github.io/2019/07/14/vim-config-for-js-developer/ open/neovim.txt Last modified: 2024/10/05 06:15by 127.0.0.1