2023-12-25 18:54:41 +00:00
|
|
|
In this repository lies my Neovim configuration starting from
|
2023-12-24 10:30:17 +00:00
|
|
|
[kickstart.nvim](https://github.com/nvim-lua/kickstart.nvim).
|
|
|
|
|
|
|
|
The provided `init.lua` file has then been split into (tryingly) semantically
|
2023-12-24 10:32:24 +00:00
|
|
|
consistent files inside `lua/` and personal customizations have been applied.
|
2023-12-24 10:53:58 +00:00
|
|
|
|
2023-12-25 18:54:41 +00:00
|
|
|
The process to design this configuration and some thoughts can be found [here](https://blog.epheme.re/software/nvim-kickstart.html).
|
|
|
|
|
2023-12-24 10:54:25 +00:00
|
|
|
## Testing it
|
2023-12-24 10:53:58 +00:00
|
|
|
|
|
|
|
To try it, you can use the `NVIM_APPNAME` environment variable:
|
|
|
|
- [Practicalii Neovim: Neovim Configuration](https://practical.li/neovim/configuration/)
|
|
|
|
|
|
|
|
For instance, you can create clone this repository inside
|
|
|
|
`$HOME/.config/kicknvim` and then add to your shell configuration:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
export NVIM_APPNAME="$HOME/.config/kicknvim"
|
|
|
|
```
|