From 723b6d53c6a0a56f98db01624c1c4b6b4716f822 Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Sun, 24 Dec 2023 11:53:58 +0100 Subject: [PATCH] readme.md: NVIM_APP description --- readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/readme.md b/readme.md index f5848b4..7b65202 100644 --- a/readme.md +++ b/readme.md @@ -3,3 +3,15 @@ In this repository lies my nvim configuration starting from The provided `init.lua` file has then been split into (tryingly) semantically consistent files inside `lua/` and personal customizations have been applied. + +# Testing it + +To try it, you can use the `NVIM_APPNAME` environment variable: +- [Practicalii Neovim: Neovim Configuration](https://practical.li/neovim/configuration/) + +For instance, you can create clone this repository inside +`$HOME/.config/kicknvim` and then add to your shell configuration: + +```sh +export NVIM_APPNAME="$HOME/.config/kicknvim" +```