mirror of
https://github.com/gosticks/bookmarks.nvim.git
synced 2025-10-16 11:55:38 +00:00
feat: use annotation sign from config in telescope extensions (#10)
This commit is contained in:
parent
1292a70d53
commit
e51023c895
@ -14,7 +14,7 @@ local function get_text(annotation)
|
||||
local pref = string.sub(annotation, 1, 2)
|
||||
local ret = config.keywords[pref]
|
||||
if ret == nil then
|
||||
ret = "♠ "
|
||||
ret = config.signs.ann.text .. " "
|
||||
end
|
||||
return ret .. annotation
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user