My configuration of neovim, which I modify from nvim-basic-ide.
For more information about usage, please refer to :h dvim
in neovim with my configuration.
-
install neovim 0.9+
-
install Lazy
-
install plugins by Lazy
-
add the server to this list: servers install language server by
:Mason
-
add treesitter parser in list, install treesitter for programe languages by
:TSInstall all
-
add patch fonts on Nerd Font compatible font
mkdir -p ~/.local/share/fonts
cp xxx.otf ~/.local/share/fonts/
fc-cache -f -v
fc-list | grep "<name-of-font>"
-
set terminal font as patched font
-
check health by
:checkhealth