We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
my configuration is virtually nothing but
require("coq_3p")({ { src = "nvimlua", short_name = "nLUA" }, { src = "vimtex", short_name = "vTEX" }, { src = "copilot", short_name = "COP", accept_key = "<c-r>" }, })
the error:
not enough values to unpack (expected 7, got 1) Traceback (most recent call last): File "/Users/sam/.local/share/nvim/site/pack/packer/start/coq_nvim/.vars/runtime/lib/python3. 11/site-packages/pynvim_pp/logging.py", line 31, in suppress_and_log yield None File "/Users/sam/.local/share/nvim/site/pack/packer/start/coq_nvim/coq/clients/tmux/worker.py ", line 41, in _poll await self.periodical() ^^^^^^^^^^^^^ File "/Users/sam/.local/share/nvim/site/pack/packer/start/coq_nvim/coq/tmux/parse.py", line 5 9, in cont ( ValueError: not enough values to unpack (expected 7, got 1) not enough values to unpack (expected 7, got 1) Traceback (most recent call last): File "/Users/sam/.local/share/nvim/site/pack/packer/start/coq_nvim/.vars/runtime/lib/python3. 11/site-packages/pynvim_pp/logging.py", line 31, in suppress_and_log yield None File "/Users/sam/.local/share/nvim/site/pack/packer/start/coq_nvim/coq/clients/tmux/worker.py ", line 41, in _poll await self.periodical() File "/Users/sam/.local/share/nvim/site/pack/packer/start/coq_nvim/coq/clients/tmux/worker.py ", line 49, in periodical current, panes = await snapshot( ^^^^^^^^^^^^^^^ File "/Users/sam/.local/share/nvim/site/pack/packer/start/coq_nvim/coq/tmux/parse.py", line 1 13, in snapshot panes = await _panes(tmux, all_sessions=all_sessions) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/sam/.local/share/nvim/site/pack/packer/start/coq_nvim/coq/clients/tmux/worker.py ", line 41, in _poll await self.periodical() File "/Users/sam/.local/share/nvim/site/pack/packer/start/coq_nvim/coq/clients/tmux/worker.py ", line 49, in periodical current, panes = await snapshot( ^^^^^^^^^^^^^^^ File "/Users/sam/.local/share/nvim/site/pack/packer/start/coq_nvim/coq/tmux/parse.py", line 1 13, in snapshot panes = await _panes(tmux, all_sessions=all_sessions) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- More --
The text was updated successfully, but these errors were encountered:
I can confirm this bug
Sorry, something went wrong.
The commit 649443f solved the issue
fix confirmed. Weird though that Lazy update did not fix this and I had to pull manually.
No branches or pull requests
my configuration is virtually nothing but
the error:
Screen.Recording.2024-02-21.at.11.45.34.AM.mov
The text was updated successfully, but these errors were encountered: