Add neovim skeleton module

This commit is contained in:
2025-11-06 14:31:55 +01:00
parent ffc34d78d7
commit 43f5cc701e
3 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
pkgs ? import <nixpkgs> { },
}:
pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [ ];
}