about summary refs log tree commit diff
path: root/pkgs/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2022-03-22 11:43:51 +0000
committerdevhell <devhell@mailfresser.de>2022-03-22 11:43:51 +0000
commitfc54477d4ee7e537c115e82c80b85ae5bbb89307 (patch)
treee188eec2ac6fd73db03fd7db30f92e3ec76332cf /pkgs/devhell
parent156f09611c25ba073908bd7029afe10a396e62e4 (diff)
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.
Diffstat (limited to 'pkgs/devhell')
-rw-r--r--pkgs/devhell/vim/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
     };