feat(neovim): use neovim nighly.

This commit is contained in:
CronyAkatsuki 2025-05-01 13:37:12 +02:00
parent 4e36fb0243
commit 2546c3e774
3 changed files with 233 additions and 8 deletions

View file

@ -1,5 +1,6 @@
{
config,
inputs,
pkgs,
lib,
...
@ -27,6 +28,8 @@ in {
enable = true;
settings = {
vim = {
# Use the nighly package
package = inputs.neovim-nightly-overlay.packages.${pkgs.system}.default;
# Enable the aliases, I love them
viAlias = true;
vimAlias = true;