A minimal neovim configuration.
Requires NeoVim 0.12 or later
Copy and enjoy it with:
mkdir -p ~/.config/nvim && curl -fsSL https://raw.githubusercontent.com/radleylewis/nvim-lite/master/init.lua -o ~/.config/nvim/init.lua
NeoVim 0.12 (available in the AUR)
paru -S neovim-git
Treesitter 0.26.5 (install using cargo)
cargo install --locked tree-sitter-cli
golang (for efm-langserver)
sudo pacman -S go
LuaSnip dependencies:
sudo pacman -S lua-jsregexp
Other general dependencies:
sudo pacman -S git ripgrep fzf fd