mirror of
https://github.com/gosticks/bookmarks.nvim.git
synced 2025-10-16 11:55:38 +00:00
Fixes nil error on when setting keymap (#17)
Borrowed from https://github.com/nvim-telescope/telescope.nvim/pull/1471#pullrequestreview-811831864
This commit is contained in:
parent
e51023c895
commit
db4899640d
@ -20,6 +20,7 @@ local function get_text(annotation)
|
||||
end
|
||||
|
||||
local function bookmark(opts)
|
||||
opts = opts or {}
|
||||
local allmarks = config.cache.data
|
||||
local marklist = {}
|
||||
for k, ma in pairs(allmarks) do
|
||||
|
||||
Loading…
Reference in New Issue
Block a user