Open WhyNotHugo opened 2 months ago
(deleted my last comment. Didn't read properly the first time around). I can confirm this is happening for me too, and it could well be the same behaviour I noticed in #185
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs in the next 5 days.
This issue was closed because it has been stalled for 5 days with no activity.
This issue was closed because it has been stalled for 5 days with no activity.
@WhyNotHugo Is this still causing issues for you? I've since moved to linux and after installing everything from scratch (old dotfiles though), I'm not getting this issue..
Not sure why that would be. Maybe some cache issue?
In an case, when I call require("fzf-lua").lsp_references()
I only get one entry per file, also when calling :ZkBacklinks
My conf is here
Check if applicable
Describe the bug
Entries for :ZkBacklinks are all duplicate. If I call
require("fzf-lua").lsp_references()
, all entries shown are also duplicated.If I remove
require("zk").setup({})
from the config, the picker forrequire("fzf-lua").lsp_references()
no longer duplicates entries.How to reproduce?
require("zk").setup({})
.:ZkBacklinks
zk configuration
Neovim configuration
I don't have a minimal template yet, full config is:
https://git.sr.ht/~whynothugo/dotfiles/tree/f34b44434fa8a103e764584ea618dbdef301a438/item/home/.config/nvim/init.lua
Environment