1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-11 04:56:06 +01:00
nixvim/tests/test-sources/plugins/by-name/plantuml-syntax/default.nix
2024-09-09 14:34:18 -05:00

5 lines
64 B
Nix

{
empty = {
plugins.plantuml-syntax.enable = true;
};
}