From 3679f624400473e0d5fe503722b9c3d9d445f0eb Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Wed, 11 Aug 2021 11:45:34 +1000 Subject: [PATCH] neovim: added vim-markdown-toc --- profiles/neovim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/neovim.nix b/profiles/neovim.nix index 7457de1..2b8e72e 100644 --- a/profiles/neovim.nix +++ b/profiles/neovim.nix @@ -24,6 +24,7 @@ vim-autoformat # Automatically format code vim-cue # Cue filetype plugin for Vim vim-lastplace + vim-markdown-toc # Generate table of contents for Markdown files vim-nix # Support for writing Nix expressions in vim vim-numbertoggle # Toggle between relative / absolute line numbers automatically vim-one