If needed, install and set an appropriate font from nerdfonts.com.
For instance Hack font:
# TODO: download Hack Nerd Font
# Install
mkdir -p "$XDG_DATA_HOME"/fonts
unzip Hack.zip -d "$XDG_DATA_HOME"/fonts
fc-cache -rvSet the font in the terminal emulator.
Read :h lspconfig-all!
For diagnostics / autocompletion features, install the following language server:
sudo pacman -S pyright lua-language-server bash-language-serversudo apt install npm
sudo npm i -g pyright
sudo npm i -g bash-language-serverlua_ls can be installed manually from the release page.
git clone git@github.com:vgitv/nvim.git ~/.config/nvimOpen Neovim, wait for Lazy to install the plugins. Then restart Neovim, and run
:checkhealth command.
Special thanks to kickstart.nvim.