Open MikeLemo1 opened 9 months ago
Yeah having the same issue here, gd
works for local headings, but not for external links.
I figured out that in my case it doesn't work because I am using a git worktree. When I am in a 'normal' git repo it does just work.
With the worktree I get this in the LSP logs:
[ERROR][2024-03-27 13:21:02] .../vim/lsp/rpc.lua:734 "rpc" "/Users/bcvanmeurs/.local/share/nvim/mason/bin/marksman" "stderr" '[13:21:02 WRN]
Workspace folder is bogus: {"root": "RootPath (AbsPath \"/Users/bcvanmeurs/repos/project-x/main\")"}\n'
in which project-x
is the bare git repo and main
is a worktree.
Just like the title says I am able to cmp list and action on local style wiki link
[[#anchor]]
but whe using title it doesn't list nor action on the linkTested with: ++gd++ ++gf++ ++shift+k++ etc...
as on the nvim installation I've just auto installed and loaded marksmen using
:Mason
Any idea what went wrong on the way?