Go to file
2023-12-24 11:53:58 +01:00
after/plugin Add after/plugin/mappings.lua to resolve remap conflicts 2023-12-24 11:27:34 +01:00
lua init.lua: move treesitter config to treesitter-configure.lua 2023-12-24 11:49:17 +01:00
.gitignore .gitignore 2023-12-24 11:50:21 +01:00
init.lua init.lua: move treesitter config to treesitter-configure.lua 2023-12-24 11:49:17 +01:00
readme.md readme.md: NVIM_APP description 2023-12-24 11:53:58 +01:00

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"