bbbd416de5eb973243c5c15d6b4ae23a44a7302f
+ rename vim.keymap.set with keymap
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"
Description
Languages
Lua
100%