this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update nvim-mdx

Ben C 08607476 b9d518de

+3 -3
+3 -3
packages/nvim-mdx.nix
··· 5 5 }: 6 6 vimUtils.buildVimPlugin { 7 7 pname = "mdx-nvim"; 8 - version = "2025-01-04"; 8 + version = "2026-04-15"; 9 9 src = fetchFromGitHub { 10 10 owner = "davidmh"; 11 11 repo = "mdx.nvim"; 12 - rev = "464a74be368dce212cff02f6305845dc7f209ab3"; 13 - sha256 = "sha256-jpMcrWx/Rg9sMfkQFXnIM8VB5qRuSB/70wuSh6Y5uFk="; 12 + rev = "e165ee4acd2518f52078911d50a084bb433e9873"; 13 + sha256 = "sha256-WChsEzRBFv8Z1LlhMol8eUKgmg20zIxtSQtvI78mC2g="; 14 14 }; 15 15 meta.homepage = "https://github.com/davidmh/mdx.nvim"; 16 16 }