nim-lang/langserver

Symlink needed re: nimlsp

michaelsbradleyjr opened this issue ยท 2 comments

Per codex-storage/nim-codex#80 I learned about this repo today (have been using nimlsp for awhile) and decided to give it a shot. So far so good. ๐Ÿ˜„

One thing I needed to do is put a symlink in my PATH so that nimlsp resolves to ~/.nimble/bin/nimlangserver.

Is it time yet to open a PR in emacs-lsp/lsp-mode adding support for nimlangserver, and/or do you think it's worthwhile to mention in the README that at present a workaround (e.g. using a symlink) is needed?

Is it time yet to open a PR in emacs-lsp/lsp-mode adding support for nimlangserver, and/or do you think it's worthwhile to mention in the README that at present a workaround (e.g. using a symlink) is needed?

I will handle that later today + adding the corresponding defcustom mapping (I am also the lsp-mode maintainer).

I pushed emacs-lsp/lsp-mode@d1be7c9 , it will hit Melpa in 2-3 hours.