wip: having some highlighting / flickering issues

This commit is contained in:
TJ DeVries
2021-02-11 11:18:20 -05:00
parent caa19e0659
commit 279f1dd3e1
7 changed files with 265 additions and 16 deletions
+3 -1
View File
@@ -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