about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2022-11-28 11:23:11 +0000
committerdevhell <devhell@mailfresser.de>2022-11-28 11:23:11 +0000
commit859c7f92f15b4ac66799666c56e9a6cc65cd5b4b (patch)
tree085e61225d5a6fa65bee13c096f730c14ce14698
parent1ab20bc8fca28c9b666366cc8bceaaa13eb34e9d (diff)
vim/default: vim-markdwon -> markdown-preview-nvim
I'm particularly annoyed at the way `vim-markdown` handles folding, so
I'm going to give `markdown-preview-nvim` a spin. It's also actively
maintained and seems quite powerful.
-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 3ed448a5..35f8c1ec 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
-        vim-markdown
+        markdown-preview-nvim
       ];
       opt = [ vimtex ];
     };