Fabrice Mouhartem
5bb1039198
- from https://github.com/hrsh7th/nvim-cmp/wiki/Example-mappings#confirm-candidate-on-tab-immediately-when-theres-only-one-completion-entry - BREAKING CHANGE: tab behaviour has changed |
||
---|---|---|
after/plugin | ||
lua | ||
luasnippets | ||
.gitignore | ||
init.lua | ||
readme.md |
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"