Replies: 1 comment
-
i currently have the same problem, is there any updates on here? @soer9459 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have installed Marksman with Mason, and set it up with LSP config.
My config works for all other LSP servers, but marksman does not work at all. No autocompletion, linking etc.
The LSP does attach to the buffer, but nothing works.
CmpStatus
shows that it is available as a source:Can anybody tell what is going on?
The LspLog output the following messages when opening a markdown file:
[START][2024-02-01 04:25:48] LSP logging initiated
[ERROR][2024-02-01 04:25:48] .../vim/lsp/rpc.lua:734 | "rpc" | "/Users/[username]/.local/share/nvim/mason/bin/marksman" | "stderr" | "[04:25:48 INF] <LSP Entry> Starting Marksman LSP server: {}\n"
This is my LSP config (I'm using nvim-cmp for completion):
and my nvim-cmp config:
Beta Was this translation helpful? Give feedback.
All reactions