My Neovim config, done yet again in Lua...
git clone https://github.com/hbjydev/hvim.lua.git ~/.config/nvim
nvimThis config works in a lightweight mode for use cases that benefit from it (i.e.
deployment to a low-power/overhead server). To enable this mode, simply create
an empty file in the config dir (~/.config/nvim, /etc/neovim, etc.) called
mini.
touch $HOME/.config/nvim/miniThis will disable all LSP, Tree-Sitter, and formatting plugins disabled.