1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-16 23:42:47 +01:00
nixvim/plugins/by-name/preview/default.nix
Matt Sturgeon fe059cd395 flake: add nixf-diagnose to treefmt config
Checks nixd's diagnostic lints using libnixf.
2025-10-01 00:42:40 +00:00

10 lines
224 B
Nix

{ lib, ... }:
lib.nixvim.plugins.mkNeovimPlugin {
name = "preview";
package = "Preview-nvim";
description = "Neovim wrapper around MD-TUI.";
hasSettings = false;
maintainers = [ lib.maintainers.GaetanLepage ];
}