A lightweight LSP client written purely in Vim9 script #18636
DanielViberg
started this conversation in
Show and tell
Replies: 2 comments 14 replies
-
|
Nice project, but naming it the same as an already existing vim9 project sounds kinda confusing however |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Do you plan to leverage vim's autocomplete with lsp source (omnifunc?) or would be implementing your own completion? Is lsp communication over http planned (some lsp servers can only communicate over localhost:port, so I have to use netcat)? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/DanielViberg/lsp
A small project of mine where I'm implementing the LSP protocol in vim9script using only native Vim9 apis. It's still very alpha status, but I'm slowly adding new features and fixing bugs as times goes.
Beta Was this translation helpful? Give feedback.
All reactions