Go to file
Fabrice Mouhartem c10feb7712
feat(jujutsu): Add support for jj description
- Snippets
- Spellchecking
- Grammar checking
2024-11-10 15:09:45 +01:00
after/plugin fix!(mappings): remove some leftover bépo mappings 2024-11-06 09:30:55 +01:00
lua feat(jujutsu): Add support for jj description 2024-11-10 15:09:45 +01:00
luasnippets snippets: \textheight and \textwidth in latex 2024-05-24 13:21:19 +02:00
.gitignore fix(general): add lockfile 2024-11-10 15:00:39 +01:00
init.lua disable bépo mappings and adapt it to ergo-L 2024-01-16 16:09:52 +01:00
lazy-lock.json fix(general): add lockfile 2024-11-10 15:00:39 +01:00
readme.md readme: rephrasing 2024-04-17 09:40:25 +02:00

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

The provided init.lua file has then been split into (tentatively) 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"