This commit is contained in:
mewoocat 2026-04-07 23:29:24 +02:00 committed by GitHub
commit f9393a8bd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 63 additions and 3 deletions

View file

@ -27,6 +27,7 @@
flake = {
lib = {
inherit (lib) nvim;
inherit (lib) generators;
inherit (lib.nvim) neovimConfiguration;
};