You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having a problem where I am having problems with the telescope extension:
E5108: Error executing lua: .../lazy/lspmark.nvim/lua/telescope/_extensions/lspmark.lua:12
3: Invalid buffer id: -1
stack traceback:
[C]: in function 'nvim_set_current_buf'
.../lazy/lspmark.nvim/lua/telescope/_extensions/lspmark.lua:123: in function 'run_
replace_or_original'
...re/nvim/lazy/telescope.nvim/lua/telescope/actions/mt.lua:65: in function 'key_f
unc'
...hare/nvim/lazy/telescope.nvim/lua/telescope/mappings.lua:293: in function <...h
are/nvim/lazy/telescope.nvim/lua/telescope/mappings.lua:292>
Here is how I produce it
cd into a directory that has previously bookmarked some lines of code
Open neovim using nvim command
Invoke telescope lspmark
Select the bookmark
The error appears
And if the file is already open, then another error appears:
E5108: Error executing lua: .../lazy/lspmark.nvim/lua/telescope/_extensions/lspmark.lua:12
4: Column value outside range
stack traceback:
[C]: in function 'nvim_win_set_cursor'
.../lazy/lspmark.nvim/lua/telescope/_extensions/lspmark.lua:124: in function 'run_
replace_or_original'
...re/nvim/lazy/telescope.nvim/lua/telescope/actions/mt.lua:65: in function 'key_f
unc'
...hare/nvim/lazy/telescope.nvim/lua/telescope/mappings.lua:293: in function <...h
are/nvim/lazy/telescope.nvim/lua/telescope/mappings.lua:292>
is this the expected behavior?
The text was updated successfully, but these errors were encountered:
The error occurs when pressing return at an entry in telescope.
A workaround is: Press C-q (actions.sent_to_qflist) and then press return at the quickfix list item.
Or even better: Tab (to select) and then M-q (actions.send_selected_to_qflist).
It is also possible to press C-t to open the file in a new tab, C-x in a new horizontal window, C-v in a new vertical window.
Hi, thanks for this awesome plugin!
I am having a problem where I am having problems with the telescope extension:
Here is how I produce it
nvim
commandAnd if the file is already open, then another error appears:
is this the expected behavior?
The text was updated successfully, but these errors were encountered: