1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-10 04:26:06 +01:00
nixvim/tests/test-sources/plugins/languages/markdown/preview.nix
2024-07-02 15:38:28 +02:00

5 lines
56 B
Nix

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