this repo has no description
1{
2 vimUtils,
3 fetchFromGitHub,
4 ...
5}:
6vimUtils.buildVimPlugin {
7 name = "mdx-nvim";
8 version = "2026-04-15";
9 src = fetchFromGitHub {
10 owner = "davidmh";
11 repo = "mdx.nvim";
12 rev = "e165ee4acd2518f52078911d50a084bb433e9873";
13 sha256 = "sha256-WChsEzRBFv8Z1LlhMol8eUKgmg20zIxtSQtvI78mC2g=";
14 };
15 meta.homepage = "https://github.com/davidmh/mdx.nvim";
16}