summaryrefslogtreecommitdiff
path: root/lua/config
diff options
context:
space:
mode:
Diffstat (limited to 'lua/config')
-rw-r--r--lua/config/quick-scope.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/config/quick-scope.lua b/lua/config/quick-scope.lua
new file mode 100644
index 0000000..99b4196
--- /dev/null
+++ b/lua/config/quick-scope.lua
@@ -0,0 +1,3 @@
+vim.cmd [[
+ let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']
+ ]]