DanielXMoore / Civet

A TypeScript superset that favors more types and less typing
https://civet.dev
MIT License
1.36k stars 29 forks source link

Support for neovim/vim #1320

Open Hamza12700 opened 2 months ago

Hamza12700 commented 2 months ago

I recently discovery this project and I really like the syntax of the language. So I was thinking to give it a shot but unfortunately the language server only supports VSCode. It'd be really nice if the language server also supported neovim/vim.

edemaine commented 2 months ago

Agreed! Someone needs to spend the time to separate the LSP process from the rest of the VSCode Plugin. I believe they are mostly separate already, and it's mostly a distribution/bundling issue. I don't think it should be hard (assuming LSP protocols are the same), but only trying will tell. 😺 Are you interested in giving it a try?

Hamza12700 commented 2 months ago

Yeah, sure I can give it a shot