Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
SpaceVim - A Modern Vim/NeoVim Configuration
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Installation
curl -sLf https://spacevim.org/install.sh | bash
# enable Python3 support
wajig install python3 python3-pip
pip3 install -U pynvim
Uninstallation
curl -sLf https://spacevim.org/install.sh | bash -s -- --uninstall …
Tips on NeoVim
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Installation on Ubuntu
You can install the latest stable version of neovim using the command below.
sudo add-apt-repository ppa:neovim-ppa/stable
wajig update
wajig install neovim
Tips and Traps
- NeoVim with …
The NeoVim Plugin for Visual Studio Code
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://github.com/asvetliakov/vscode-neovim
Installation
-
Install NeoVim 0.5+ using icon.
icon nvim -ic --ppa
-
Install the NeoVim plugin from the extension market in VSCode or Code Server.
-
Set the …
Typing Chinese in Vim
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The simplest suggestion is not to waste your time on this right now. There are some old related Vim plugins but are outdated. NeoVim is a better alternative to Vim. Wait …