-
Notifications
You must be signed in to change notification settings - Fork 11
Handle LSP things, similar to neuron's LS? #11
Comments
That's a really interesting and promising approach! It could enable basic support for The repo you shared for neuron is small enough to be easily integrated with |
The sourcegraph/go-lsp library used by the repo seems to be a bit obsolete, this one could be an alternative but still in early development: https://github.com/tliron/glsp |
@megalithic I've been experimenting a bit with this, and I'm confident this is the way forward for basic features: tags and links completion, following links, etc. I think I'll have something to show next week or the week after. |
Yes! That is fantastic and I agree |
Perhaps we can nail down the actual features we want zk.nvim to have. I’ve sort of just been using zk.nvim to play around with creating my first nvim plugin in lua and to improve my own note taking system using zk at its core. With a zklsp potentially, it opens up an incredible suite of tools to fully manage and interact with your PKM all with in neovim. |
just cross-referencing to your open PR: zk-org/zk#21 |
Cross-referencing a dedicated issue tracking each LSP feature in |
Closing this out and will continue to track in https://github.com/mickael-menu/zk |
https://github.com/aca/neuron-language-server
The text was updated successfully, but these errors were encountered: