Things you need installed in your OS to use this setup
Make sure you backup your current configuration files in $HOME/.config/nvim BEFORE running this.
Run these commands in the root of this repo:
# Delete the current nvim config
rm -rf $HOME/.config/nvim
# Makes a symbolic link to the files in this repo
ln -sf $PWD/.config/nvim $HOME/.config/nvimWhen you start nvim for the first time it will download lazy and aniseed and show some errors. That's normal. Install the deps declared in lazy with :Lazy install. This will install all plugins declared in fnl/config/plugin.fnl. Then turn it off and on again.