Go to file
Fabrice Mouhartem 689bb2024d Add description to neorg commands 2023-12-24 17:00:11 +01:00
after/plugin Some BÉPO mappings for vimtex 2023-12-24 12:27:55 +01:00
ftplugin add vimtex configuration 2023-12-24 12:03:32 +01:00
lua Add description to neorg commands 2023-12-24 17:00:11 +01:00
.gitignore .gitignore 2023-12-24 11:50:21 +01:00
init.lua Neorg configuration 2023-12-24 12:34:08 +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"