A Powerful but Tastefully Minimal NeoVim Configuration
- Lua 100%
| .luacheckrc | ||
| .luarc.json | ||
| init.lua | ||
| nvim-pack-lock.json | ||
| README.md | ||
nvim-lite
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
Dependencies
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