9 lines
190 B
Lua
9 lines
190 B
Lua
local g = vim.g
|
|
local cmd = vim.cmd
|
|
|
|
-- Trigger a highlight in the appropriate direction when pressing these keys:
|
|
g['qs_highlight_on_keys'] = {'f', 'F', 't', 'T'}
|
|
|
|
g['qs_max_chars'] = 150
|
|
|