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
qmd
file.Issue 1: The same nvim config works in Windows 11, but not in Mac OS (shown below).

Issue 2: Once I change the

test.qmd
file totest.md
,symbols-outline
works fine in Mac OS, as shown below.So, may I ask how to make
qmd
file recognize bysymbols-outline
as 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