Replies: 1 comment 2 replies
-
|
is the marksman language server running in your quarto file (see https://github.com/hopezh/oatVim4/blob/1e17b3c1d6276b5335815f6ffe47a8f7ad2fd2c1/lua/plugins/quarto.lua#L211-L215)? You can verify with |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
I have the same lazyvim based nvim config, oatVim4, in which I use symbols-outline.nvim to get all the markdown headers in a
qmdfile.Issue 1: The same nvim config works in Windows 11, but not in Mac OS (shown below).

Issue 2: Once I change the

test.qmdfile totest.md,symbols-outlineworks fine in Mac OS, as shown below.So, may I ask how to make
qmdfile recognize bysymbols-outlineas just like a markdown file?Here are my quarto.lua and symbols-outline.lua config files.
Beta Was this translation helpful? Give feedback.
All reactions