Go to file
Fabrice Mouhartem 74f17dbb59
neorg 8.2.0 adds the field username for metagen
- https://github.com/nvim-neorg/neorg/pull/1331
2024-03-27 00:48:02 +01:00
after/plugin Fix autocommand for latex 2024-01-03 15:31:45 +01:00
lua neorg 8.2.0 adds the field username for metagen 2024-03-27 00:48:02 +01:00
.gitignore ignore `spell/` directory 2023-12-25 16:02:49 +01:00
init.lua disable bépo mappings and adapt it to ergo-L 2024-01-16 16:09:52 +01:00
readme.md readme.md: add a link to the corresponding blog post 2023-12-25 19:55:05 +01:00

readme.md

In this repository lies my Neovim 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.

The process to design this configuration and some thoughts can be found here.

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"