Skip to content

Commit

Permalink
fix(markmap-nvim): fix issues with markmap.nvim plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed May 26, 2023
1 parent 49f60ac commit ef8eee3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
7 changes: 7 additions & 0 deletions lua/astrocommunity/markdown-and-latex/markmap-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# markmap.nvim

**Repository:** <https://github.com/Zeioth/markmap.nvim>

Visualize your Markdown as mindmaps with markmap.

**Note:** This plugin requires `markmap-cli` to be installed. This can be done with `npm install -g markmap-cli` or `yarn global add markmap-cli`.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
-- https://github.com/Zeioth/markmap.nvim
return {
"Zeioth/markmap.nvim",
build = "npm install -g markmap-cli",
cmd = { "MarkmapOpen", "MarkmapSave", "MarkmapWatch", "MarkmapWatchStop" },
opts = {
hide_toolbar = "false",
Expand Down
7 changes: 0 additions & 7 deletions lua/astrocommunity/markdown-and-latex/markmap/README.md

This file was deleted.

0 comments on commit ef8eee3

Please sign in to comment.