about summary refs log tree commit diff
path: root/pkgs/devhell/vim
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2021-08-04 14:04:15 +0100
committerdevhell <devhell@mailfresser.de>2021-08-04 14:04:15 +0100
commit45894282b28ff8dee8ed7f1a31710ddc6ce275a2 (patch)
treee5170ac0900606f2ced743352f816e0e25b57b15 /pkgs/devhell/vim
parentfb7c5da997b664659ba561323e6c85942bfcacec (diff)
pkgs/vim: Add vim-markdown
I'm working so much with markdown lately that I'd find it helpful if I
didn't have to think of every markdown rule myself.
Diffstat (limited to 'pkgs/devhell/vim')
-rw-r--r--pkgs/devhell/vim/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/devhell/vim/default.nix b/pkgs/devhell/vim/default.nix
index 80ea73e7..8d63a60e 100644
--- a/pkgs/devhell/vim/default.nix
+++ b/pkgs/devhell/vim/default.nix
@@ -19,6 +19,7 @@ pkgs.vim_configurable.overrideAttrs (drv: {
         vim-better-whitespace
         vim-lastplace
         vim-nix
+        vim-markdown
         vim-mucomplete
         vim-signify
         vim-toml