1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-14 22:42:45 +01:00
nixvim/tests/test-sources/plugins/by-name/nabla/default.nix
2024-10-16 11:48:37 +02:00

5 lines
54 B
Nix

{
empty = {
plugins.nabla.enable = true;
};
}