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
Hi! This plugin looks really promising. However, it seems to clash with zk.nvim, causing a telescope.nvim error. This is the error that I get:
Error executing vim.schedule lua callback: ...scope.nvim/lua/telescope/previewers/buffer_previewer.lua:459: User Autocommands for "TelescopePreviewerLoaded": Vim(append):Error executing lua callback: .../share/
nvim/lazy/ltex-utils.nvim/lua/ltex-utils/init.lua:66: attempt to index field 'bufname' (a nil value)
stack traceback:
.../share/nvim/lazy/ltex-utils.nvim/lua/ltex-utils/init.lua:66: in function <.../share/nvim/lazy/ltex-utils.nvim/lua/ltex-utils/init.lua:64>
[C]: in function 'nvim_exec_autocmds'
...scope.nvim/lua/telescope/previewers/buffer_previewer.lua:460: in function <...scope.nvim/lua/telescope/previewers/buffer_previewer.lua:459>
[C]: in function 'nvim_buf_call'
...scope.nvim/lua/telescope/previewers/buffer_previewer.lua:459: in function <...scope.nvim/lua/telescope/previewers/buffer_previewer.lua:453>
stack traceback:
[C]: in function 'nvim_buf_call'
...scope.nvim/lua/telescope/previewers/buffer_previewer.lua:459: in function <...scope.nvim/lua/telescope/previewers/buffer_previewer.lua:453>
Here's a minimal version of my config with the error:
Seems to clash with Telescope (or zk.nvim?)
Hi! This plugin looks really promising. However, it seems to clash with zk.nvim, causing a telescope.nvim error. This is the error that I get:
Here's a minimal version of my config with the error:
Click to expand
I get the issue when I do
:ZkNotes
in a Markdown file. Do you have any guess what the problem could be?The text was updated successfully, but these errors were encountered: