1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-09 20:16:07 +01:00
nixvim/tests/test-sources/plugins/utils/endwise.nix
2024-02-11 19:44:45 +01:00

5 lines
56 B
Nix

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