A setup script for testing out minimal NeoVim configurations
First, setup the environment. The setup script:
- creates a
config
anddata
dir - exports
$XDG_CONFIG_HOME
and$XDG_DATA_HOME
to point to the newly created local folders - Installs
packer
From the command line:
chmod +x setup.sh
. ./setup.sh
Then edit init.lua
in the config directory:
nvim ./config/nvim/init.lua