Add neovim skeleton module

This commit is contained in:
2025-11-06 14:31:55 +01:00
parent 5ea1050197
commit 643a7cd5d1
3 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
};
outputs =
{ self, nixpkgs }:
{
};
}