Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeioth committed Sep 1, 2023
2 parents 2c8e4d7 + a5b4885 commit bd51a6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Markmap.nvim provide the next commands:
| **:MarkmapWatch** | Open markmap and watch for changes |
| **:MarkmapWatchStop** | The watch server ends automatically after a grace period, or when closing nvim. But it can also be stopped manually with this command. |

Note that all these commands will always generate a `.html` file in `html_output`. Take adventage of this if you want to keep the graph.
Note that all these commands will always generate a `.html` file in `html_output`. Take advantage of this if you want to keep the graph.

## Troubleshooting
Run `:healthcheck markmap`. This command will tell you the depencencies you are missing. If the command do not exist, it means you are using an async package manager, so double check the package is beign loaded. These are the most common issues you will find:
Expand All @@ -67,10 +67,10 @@ $HOME/.npm-global/bin:\
$HOME/.yarn/bin:\
$HOME/.config/yarn/global/node_modules/.bin:\
$HOME/.local/share/gem/ruby/3.0.0/bin:\
$HOME/.cargo/env\
$HOME/.cargo/env:\
/root/.local/share/gem/ruby/3.0.0/bin:\
/usr/local/bin:\
/usr/share/nvm/init-nvm.sh \
/usr/share/nvm/init-nvm.sh:\
$PATH"
```
If you prefer using npm over yarn, you can, but double check that you have the user space correctly configured as in some systems this is not enabled by default ([see here](https://docs.npmjs.com/resolving-eacces-permissions-errors-when-installing-packages-globally)).
Expand Down

0 comments on commit bd51a6f

Please sign in to comment.