LSP for neovim / vim users
Hi there, from a quick glance on the docs side, I found the extension for VSCode:
If you are using VSCode, install our Wasp language extension.
Am I correct to assume there is nothing ready for neovim / vim out of the box yet?4 Replies
AH yes unfortunately not yet! We are users of vim and emacs here, so we share the pain :D, but we haven't gotten to it yet. I don't think it should be very hard to create one actually, especially since we have LSP which is doing a bit portion of the job, but it hasn't been a priority yet.
haha you guys are really consumer oriented - even being vim users yourselves, focus on vscode majority first 🙂 well done! and you are right, it probably is not that hard (not sure myself but I'd image if vscode works, then porting this to something like tree sitter in neovim shouldn't be too much of a problem)
Ha thanks, you are right that was the decision process! What I do is edit .wasp file in vscode and the rest of the files in emacs ;D
I am a Vim user and I still mostly code in Wasp in Vim, I only use VSCode for the screenshots 😄