Skip to content

Commit 8e907f7

Browse files
nvim: add markdown preview
1 parent d58c4e4 commit 8e907f7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

modules/nvim/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ let
9898
leap-nvim
9999
harpoon
100100
oil-nvim
101+
markdown-preview-nvim
101102
];
102103
in
103104
{

modules/nvim/lua/minizilla/misc.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ let g:NERDCommentEmptyLines = 1
1414
let g:NERDTrimTrailingWhitespace = 1
1515
]]
1616
map('<C-/>', '<Plug>NERDCommenterToggle')
17+
map('<Leader>mp', '<Plug>MarkdownPreviewToggle')
1718

1819
local mark = require('harpoon.mark')
1920
local ui = require('harpoon.ui')

0 commit comments

Comments
 (0)