Skip to content

autocomplete not working in neovim #3

Description

@severin-lemaignan

I've installed vimini via Plug in neovim-0.9.5

Autocompletion is on in my init.vim.

As soon as I start typing, I get this error:

Request from non-main thread.
Requests from different threads should be wrapped with nvim.async_call(cb, ...) 
  File "/usr/lib/python3.12/threading.py", line 1010, in run
    self._target(*self._args, **self._kwargs)

  File "/home/skadge/.local/share/nvim/plugged/vimini/python3/vimini/autocomplete.py", line 98, in _autocomplete_worker
    client = util.get_client()

  File "/home/skadge/.local/share/nvim/plugged/vimini/python3/vimini/util.py", line 23, in get_client
    vim.command("echo '[Vimini] Initializing API client...'")

  File "/usr/lib/python3/dist-packages/pynvim/api/nvim.py", line 311, in command
    return self.request('nvim_command', string, **kwargs)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions