init
This commit is contained in:
9
nvim/lua/plugins/extras/editor/markmap.lua
Normal file
9
nvim/lua/plugins/extras/editor/markmap.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
"Zeioth/markmap.nvim",
|
||||
build = "yarn global add markmap-cli",
|
||||
cmd = { "MarkmapOpen", "MarkmapSave", "MarkmapWatch", "MarkmapWatchStop" },
|
||||
opts = {},
|
||||
keys = {
|
||||
{ "<leader>cm", "<cmd>MarkmapOpen<cr>", desc = "Markmap" },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user