Replies: 1 comment 1 reply
-
|
Hey! For Markdown, I tried it with the I also want to mention that installing Ctags could be a great option! With Ctags, you don’t need an LSP for many languages, including Markdown, since the latest update of the plugin supports it. Just run Ctags is super fast, especially for large files. Personally, I don’t use an LSP for Markdown and rely on If you're using Homebrew, you can install it with: brew install universal-ctagsOr, if you prefer another package manager, you can check out this guide. Hope that helps! 😊 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
namu_symbols.options.AllowKinds.markdownbeing in the default config suggests that I can use Namu with Markdown. What language server should I be using to get this capability? I use a zk language server wrapper, so hopefully there's one that doesn't clash with that (zk does not seem to supporttextDocument/documentSymbol).Beta Was this translation helpful? Give feedback.
All reactions