From 66501fefe7ad7742a36cae147b7efa72a36e289b Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Sat, 29 May 2021 02:49:59 -0400 Subject: add some useful plugins to base config and a option to enable extras --- lua/lv-quickscope/init.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lua/lv-quickscope/init.lua (limited to 'lua/lv-quickscope') 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 -- cgit v1.2.3