diff options
author | christianchiarulli <[email protected]> | 2021-05-29 02:49:59 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-05-29 02:49:59 -0400 |
commit | 66501fefe7ad7742a36cae147b7efa72a36e289b (patch) | |
tree | b9095d6d53e96db236b5c5cf90cdcec5aa12eb63 /lua/lv-quickscope/init.lua | |
parent | 4ddcaf55a9047807c211d1fb31fc86dff7971162 (diff) |
add some useful plugins to base config and a option to enable extras
Diffstat (limited to 'lua/lv-quickscope/init.lua')
-rw-r--r-- | lua/lv-quickscope/init.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/lv-quickscope/init.lua b/lua/lv-quickscope/init.lua new file mode 100644 index 00000000..817bc6dc --- /dev/null +++ b/lua/lv-quickscope/init.lua @@ -0,0 +1,4 @@ +-- Trigger a highlight in the appropriate direction when pressing these keys: +-- vim.cmd('let g:qs_highlight_on_keys = [\'f\', \'F\', \'t\', \'T\']') +vim.g.qs_highlight_on_keys = {'f', 'F', 't', 'T'} +vim.g.qs_max_chars=150 |