luasnip-snippets icon indicating copy to clipboard operation
luasnip-snippets copied to clipboard

broken forc in cpp.lua

Open olivertzeng opened this issue 1 year ago • 4 comments

code ref: https://github.com/mireq/luasnip-snippets/blob/main/lua/luasnip_snippets/cpp.lua?#L329 Error

Error executing vim.schedule lua callback: ...ng/.local/share/nvim/lazy/nvim-cmp/lua/cmp/utils/str.lua:81: bad argument #1 to 'byte' (string expected, got table)
stack traceback:
	[C]: in function 'byte'
	...ng/.local/share/nvim/lazy/nvim-cmp/lua/cmp/utils/str.lua:81: in function 'trim'
	...rtzeng/.local/share/nvim/lazy/nvim-cmp/lua/cmp/entry.lua:457: in function 'get_documentation'
	...ocal/share/nvim/lazy/nvim-cmp/lua/cmp/view/docs_view.lua:48: in function 'open'
	...ertzeng/.local/share/nvim/lazy/nvim-cmp/lua/cmp/view.lua:299: in function 'callback'
	.../.local/share/nvim/lazy/nvim-cmp/lua/cmp/utils/async.lua:138: in function ''
	vim/_editor.lua: in function <vim/_editor.lua:0>

To reproduce this issue:

  1. type and cmp is shown
  2. tabbing all the way
  3. error shown

Screen Record: image

olivertzeng avatar Aug 17 '24 01:08 olivertzeng

@olivertzeng i don't see any string "loop focusing on iteration times" in this project. It looks, like you are using friendly-snippets. Can you check, error is really from this snippet library? Thanks.

mireq avatar Sep 07 '24 13:09 mireq

@olivertzeng i don't see any string "loop focusing on iteration times" in this project. It looks, like you are using friendly-snippets. Can you check, error is really from this snippet library? Thanks.

I only use luasnip-snippets the "broken" is meant to be about the error, not about the tooltip

olivertzeng avatar Sep 07 '24 14:09 olivertzeng

I have tried with your config, but i can't reproduce problem.

Screenshot_20240907_175708

Can you try with minimal config?

mireq avatar Sep 07 '24 16:09 mireq

I have tried with your config, but i can't reproduce problem.

Screenshot_20240907_175708

Can you try with minimal config?

Alr will try that later when I get home

olivertzeng avatar Sep 08 '24 01:09 olivertzeng