nix-community.nixvim/tests/test-sources/plugins/languages/markdown/preview.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
56 B
Nix
Raw Normal View History

2024-07-01 11:40:35 +02:00
{
empty = {
plugins.preview.enable = true;
};
}