1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-20 07:51:12 +01:00

plugins/noice-nvim: init + tests (#272)

This commit is contained in:
traxys 2023-03-18 20:27:31 +01:00 committed by GitHub
parent f9af5a150d
commit ff063b27bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 564 additions and 0 deletions

View file

@ -161,6 +161,7 @@ with lib; rec {
''
);
mkNum = default: mkNullable lib.types.number (toString default);
mkInt = default: mkNullable lib.types.int (toString default);
mkBool = default:
mkNullable lib.types.bool (