From fc54477d4ee7e537c115e82c80b85ae5bbb89307 Mon Sep 17 00:00:00 2001 From: devhell Date: Tue, 22 Mar 2022 11:43:51 +0000 Subject: devhell/vim: Switch to vim-markdown There are some issues with building `mkdx`, but I'm also not really happy with the way it does markdown. --- pkgs/devhell/vim/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/devhell') diff --git a/pkgs/devhell/vim/default.nix b/pkgs/devhell/vim/default.nix index 7b80d4ee..03af3d91 100644 --- a/pkgs/devhell/vim/default.nix +++ b/pkgs/devhell/vim/default.nix @@ -25,7 +25,7 @@ pkgs.vim_configurable.overrideAttrs (drv: { vim-toml vim-hexokinase vim-shellcheck - mkdx + vim-markdown ]; opt = [ vimtex ]; }; -- cgit 1.4.1