diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 22:01:07 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 22:01:07 +0100 |
commit | f66c699c6b45e32de97f1a16d45ada38548a579a (patch) | |
tree | 0764f40e1b89b5a6314b60fcfae47ad30f944871 /lua/config | |
parent | be328353db5527dab9e5cfb2b12e8120ef906025 (diff) |
Add quick-scope
Diffstat (limited to 'lua/config')
-rw-r--r-- | lua/config/quick-scope.lua | 3 |
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'] + ]] |