When using omnicompletion I get this following error, any ideas on how to resolve this?
Error detected while processing function fsharpbinding#python#Complete[48]..provider#
python3#Call:
line 18:
Traceback (most recent call last):
File "<string>", line 20, in <module>
File "/home/vushu/.local/lib/python3.6/site-packages/pynvim/plugin/script_host.py",
line 204, in eval
obj = self.request("vim_eval", expr)
File "/home/vushu/.local/lib/python3.6/site-packages/pynvim/api/nvim.py", line 182,
in request
res = self._session.request(name, *args, **kwargs)
File "/home/vushu/.local/lib/python3.6/site-packages/pynvim/msgpack_rpc/session.py"
, line 102, in request
raise self.error_wrapper(err)
Press ENTER or type command to continue
Error detected while processing function fsharpbinding#python#Complete[48]..provider#
python3#Call:
line 18:
pynvim.api.nvim.NvimError: b'Vim:E722: Missing comma in Dictionary: T> = (# "<Common
IL Type Omitted>" #)\\n\\n\\n\\\'\', \'menu\': \'Class\'})'
When using omnicompletion I get this following error, any ideas on how to resolve this?