We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d58c4e4 commit 8e907f7Copy full SHA for 8e907f7
modules/nvim/default.nix
@@ -98,6 +98,7 @@ let
98
leap-nvim
99
harpoon
100
oil-nvim
101
+ markdown-preview-nvim
102
];
103
in
104
{
modules/nvim/lua/minizilla/misc.lua
@@ -14,6 +14,7 @@ let g:NERDCommentEmptyLines = 1
14
let g:NERDTrimTrailingWhitespace = 1
15
]]
16
map('<C-/>', '<Plug>NERDCommenterToggle')
17
+map('<Leader>mp', '<Plug>MarkdownPreviewToggle')
18
19
local mark = require('harpoon.mark')
20
local ui = require('harpoon.ui')
0 commit comments