-
Hello! Thanks for all your work! It really is a an amazing piece of work! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
Hello, This should work. |
Beta Was this translation helpful? Give feedback.
-
Following links works via LSP "go to definition". The following should work |
Beta Was this translation helpful? Give feedback.
-
Hello, I'm having troubleshooting with I have lsp installed and checking LspInfo, zk seems to be attached on the buffer. What could be the cause of such a problem so I may investigate it? |
Beta Was this translation helpful? Give feedback.
Following links works via LSP "go to definition".
The following should work
:lua vim.lsp.buf.definition()
. You've probably already bound this to something likegd
if you use LSP.