WARNING This is my old neovim config and will not be updated. To see get my up to date neovim config check out my new dotfiles repo managed with gnu stow at https://github.com/maxhu08/dotfiles
my zen neovim setup
see https://maxhu.dev/neovim-zen for more info
requirements:
- a true color terminal (e.g. kitty)
- a nerd font (like ttf-firacode-nerd)
- nodejs and npm
- ripgrep
install required programs (for arch):
paru -S kitty ttf-fira-code ttf-firacode-nerd nodejs npm ripgrep
bun i -g eslint biome
then setup by running these commands (Linux/MacOS):
# backup old neovim config
mv ~/.config/nvim{,.bak}
# optional backup
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}
# copy neovim-zen config
git clone https://github.com/maxhu08/neovim-zen ~/.config/nvim
# remove .git folder so you can add your own repo later
rm -rf ~/.config/nvim/.git
# start nvim!
nvim