neovim additions

This commit is contained in:
afoucaultc 2026-08-20 13:20:05 +02:00
parent 315e988734
commit 409f13a1db
25 changed files with 242 additions and 86 deletions

View file

@ -1,4 +1,4 @@
{ inputs, ... }:
{ inputs, pkgs, ... }:
let
nixvim = import (
builtins.fetchGit {
@ -23,5 +23,6 @@ in
defaultEditor = true;
viAlias = true;
vimAlias = true;
nixpkgs.source = pkgs.path;
};
}