summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/nv-quickscope/init.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/nv-quickscope/init.lua b/lua/nv-quickscope/init.lua
index 4c706698..817bc6dc 100644
--- a/lua/nv-quickscope/init.lua
+++ b/lua/nv-quickscope/init.lua
@@ -1,7 +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.api.nvim_exec('highlight QuickScopePrimary guifg=\'#00C7DF\' gui=underline ctermfg=155 cterm=underline', false)
-vim.cmd('highlight QuickScopeSecondary guifg=\'#eF5F70\' gui=underline ctermfg=81 cterm=underline')
vim.g.qs_max_chars=150