NVIM
編譯
conda deactivate
sudo apt-get install ninja-build \
gettext libtool libtool-bin \
autoconf automake cmake g++ \
pkg-config unzip xsel
git clone https://github.com/neovim/neovim.git
cd neovim
git checkout stable
make CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$HOME/.mybin/nvim" CMAKE_BUILD_TYPE=Release -j8
make install
cd ~/.mybin/nvim/share/nvim/runtime/autoload
wget https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
/home/shihyu/.config/nvim/init.vim
No "python3" provider found. Run :checkhealth provider
pip install --user --upgrade pynvim
sudo n 16
// Enable Copy and Paste
sudo apt-get install xclip xsel