this repo has no description
1
fork

Configure Feed

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

Fix mdx.nvim

Ben C 1e6cf23d 4b4a60a3

+2 -5
+1 -1
homeModules/dev.nix
··· 119 119 typst 120 120 typstyle 121 121 ]); 122 - # ++ (lib.optional conf.cutter (cutter.withPlugins (p: with p; [rz-ghidra]))); TODO: Cutter broken 122 + # ++ (lib.optional conf.cutter (cutter.withPlugins (p: with p; [rz-ghidra]))); TODO: Cutter broken 123 123 }; 124 124 }
-3
homeModules/nvim.nix
··· 705 705 # Provider for syntax highlighting, symbols, etc. when not using an LSP 706 706 treesitter = { 707 707 enable = true; 708 - luaConfig.post = lib.mkIf config.cow.dev.web '' 709 - require('mdx').setup() 710 - ''; 711 708 settings = { 712 709 highlight = { 713 710 enable = true;
+1 -1
packages/nvim-mdx.nix
··· 4 4 ... 5 5 }: 6 6 vimUtils.buildVimPlugin { 7 - pname = "mdx-nvim"; 7 + name = "mdx-nvim"; 8 8 version = "2026-04-15"; 9 9 src = fetchFromGitHub { 10 10 owner = "davidmh";