Those are my Neovim dotfiles. 99% of Issues
will be ignored.
sudo pacman -S neovim
Essential dependencies for running this config.
sudo pacman -S git
sudo pacman -S lua51
sudo pacman -S luajit
sudo pacman -S luarocks
Highly recommended dependencies generally performance related tools.
sudo pacman -S tree-sitter-cli
grep
):
sudo pacman -S ripgrep
Optional dependencies usually for the respective Language Servers.
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
# or
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
sudo pacman -S go