this is my very own neovim config, it's a bit of a mess, but it works.
- install neovim
- clone this repo into
~/.config/nvim
folder - change the
username
inlua/plugins/codestats.lua
to your codestats username - set
CODESTATS_API_KEY
with your codestats api key inenv-vars.sh
orenv-vars.ps1
- set
NVIM_SHELL
to your preferred shell path inenv-vars.sh
orenv-vars.ps1
- run
source env-vars.sh
orenv-vars.ps1
to set the environment variables