Skip to content
#

lsp-server

Here are 64 public repositories matching this topic...

xkqqkx
xkqqkx commented Jul 17, 2021

nimlsp crashes when opening file that imports cligen and threadpool modules. Without threadpool import it works fine. On CentOS 7, nim 1.4.8 and neovim 0.5.0 builtin lsp client.

the message was

nimsuggest instance for project /home/user/tmp stopped with exitcode: 1

Small example to reproduce the issue:

import threadpool
import cligen

proc f1(s: string) =
  echo s

proc f2(

Improve this page

Add a description, image, and links to the lsp-server topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lsp-server topic, visit your repo's landing page and select "manage topics."

Learn more