lite-xl / lite-xl-lsp-servers

Public repo of easily usable lsp servers, that interface with the lite-xl plugin system.
MIT License
8 stars 10 forks source link

Add nim support via nimlsp. #10

Open PerilousBooklet opened 4 months ago

Guldoman commented 3 months ago

Supporting nim's langserver might be problematic, as it also needs nimsuggest which we might need to compile ourselves.

There is also https://github.com/PMunch/nimlsp, which has nimsuggest embedded, but we need to compile it ourselves too.