- fix server module discovery bug
- update coc.nvim to 0.0.82
- upgrades cairols to v0.0.9
- fixes broken completion after
from <module> import
, to allow for completion of module members - implements missing commands:
nile.compile
,nile.compile.all
,nile.clean
, andpytest
- adds
cairols.serverModule
config, to allow for user specification of the language server implementation
- remove
cairo
configuration namespace (cairo.enabled
) was the only option - add
cairols
configuration namespace, copied from https://github.com/ericglau/cairo-ls/blob/main/package.json, to allow users to fully configure cairo-ls
- initial version
- supports
cairo.enabled
configuration