Go to file
Fabrice Mouhartem d0afa1066c minor: remove one empty line 2023-12-25 16:28:07 +01:00
after/plugin run :Format 2023-12-25 14:29:10 +01:00
lua minor: remove one empty line 2023-12-25 16:28:07 +01:00
.gitignore ignore `spell/` directory 2023-12-25 16:02:49 +01:00
init.lua autocommands for pandoc 2023-12-24 21:48:21 +01:00
readme.md readme.md: smaller titles 2023-12-24 11:54:25 +01:00

readme.md

In this repository lies my nvim configuration starting from kickstart.nvim.

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:

For instance, you can create clone this repository inside $HOME/.config/kicknvim and then add to your shell configuration:

export NVIM_APPNAME="$HOME/.config/kicknvim"