summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/_quickscope
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/lua/_quickscope')
-rw-r--r--.config/nvim/lua/_quickscope/init.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/.config/nvim/lua/_quickscope/init.lua b/.config/nvim/lua/_quickscope/init.lua
deleted file mode 100644
index 817bc6d..0000000
--- a/.config/nvim/lua/_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