File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,13 @@ T["setup()"]["sets exposed methods and default options value"] = function()
4545 eq_config (child , " debug" , false )
4646
4747 eq_type_config (child , " keymap" , " table" )
48+ eq_type_config (child , " keymap.telescope_popup" , " table" )
4849
49- eq_type_config (child , " keymap.v" , " string" )
50- eq_config (child , " keymap.v" , " <Leader>~" )
50+ eq_type_config (child , " keymap.telescope_popup. v" , " string" )
51+ eq_config (child , " keymap.telescope_popup. v" , " <Leader>~" )
5152
52- eq_type_config (child , " keymap.n" , " string" )
53- eq_config (child , " keymap.n" , " <Leader>~" )
53+ eq_type_config (child , " keymap.telescope_popup. n" , " string" )
54+ eq_config (child , " keymap.telescope_popup. n" , " <Leader>~" )
5455end
5556
5657T [" setup()" ][" overrides default values" ] = function ()
You can’t perform that action at this time.
0 commit comments