diff options
author | christianchiarulli <[email protected]> | 2021-07-06 12:28:50 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-06 12:28:50 -0400 |
commit | f22e1bd8cb6a38fdcad83b96d7739af778cd9d1d (patch) | |
tree | dbd52ee15583f746f21e5eae157e546388ee206d /lua/lv-quickscope | |
parent | 20485971641a9d916640ccad05586a641c984ed6 (diff) | |
parent | 68bfac0468ea4d5d7faf5bede0a4ab8cb5572f0c (diff) |
cleanup and stability improvements0.4.1
Diffstat (limited to 'lua/lv-quickscope')
-rw-r--r-- | lua/lv-quickscope/init.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lua/lv-quickscope/init.lua b/lua/lv-quickscope/init.lua deleted file mode 100644 index 8ae441d3..00000000 --- a/lua/lv-quickscope/init.lua +++ /dev/null @@ -1,4 +0,0 @@ --- 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 |