You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Asymptote version 2.87-4 [(C) 2004 Andy Hammerlindl, John C. Bowman, Tom Prince]
ENABLED OPTIONS:
V3D 3D vector graphics output
WebGL 3D HTML rendering
OpenGL 3D OpenGL rendering
SSBO GLSL shader storage buffer objects
GSL GNU Scientific Library (special functions)
FFTW3 Fast Fourier transforms
XDR External Data Representation (portable binary file format for V3D)
CURL URL support
LSP Language Server Protocol
Readline Interactive history and editing
Sigsegv Distinguish stack overflows from segmentation faults
GC Boehm garbage collector
threads Render OpenGL in separate thread
DISABLED OPTIONS:
Eigen Eigenvalue library
The text was updated successfully, but these errors were encountered:
Seems to be related to #394 , the language server doesn't seem to appreciate dealing with the capability information sent by editors and segfaults when parsing the JSON. Signal 6 is SIGABRT, which is typically caused by memory allocation issues.
according to neovim doc https://neovim.io/doc/user/lsp.html#lsp-quickstart
I create a minial config
lsp.lua
then ,i use command below
and get error
my envirment
os : archlinux
asymptote version
The text was updated successfully, but these errors were encountered: