-
Hey folks! I have things working but I can't jump to definition in included libraries any longer. I was able to do this with CoC but its not working with nvim's native lsp. For example, jumping to I've used the examples here to confirm nvim-metals. Would appreciate any help, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
Hi Greg Fisher, Can you point on |
Beta Was this translation helpful? Give feedback.
-
Following up with what @eugenemedvediev mentioned. If you are on top of |
Beta Was this translation helpful? Give feedback.
Following up with what @eugenemedvediev mentioned. If you are on top of
fromOption
and you execute a:lua vim.lsp.buf.definition()
, you can you see what is in the logs at.metals/metals.log
or use:MetalsToggleLogs
? Do you see anything funky in the logs right when you try to jump?