mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-16 02:45:09 +00:00
wip: having some highlighting / flickering issues
This commit is contained in:
@@ -47,7 +47,7 @@ mappings.default_mappings = config.values.default_mappings or {
|
||||
},
|
||||
}
|
||||
|
||||
local keymap_store = setmetatable({}, {
|
||||
TelescopeKeyMapper = TelescopeKeyMapper or setmetatable({}, {
|
||||
__index = function(t, k)
|
||||
rawset(t, k, {})
|
||||
|
||||
@@ -55,6 +55,8 @@ local keymap_store = setmetatable({}, {
|
||||
end
|
||||
})
|
||||
|
||||
local keymap_store = TelescopeKeyMapper
|
||||
|
||||
local _mapping_key_id = 0
|
||||
local get_next_id = function()
|
||||
_mapping_key_id = _mapping_key_id + 1
|
||||
|
||||
Reference in New Issue
Block a user