diff options
author | Chris <[email protected]> | 2021-03-16 02:42:41 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-16 02:42:41 -0400 |
commit | dbbe4ee4c9c757109e9feb8c39d00dd68efb5142 (patch) | |
tree | 5c35b91084858a1efd0a71e9f39c707bac1b6486 /lua | |
parent | c03033adcb60b129da5681d7c3f350ab5ff4a45e (diff) |
remove extra config
Diffstat (limited to 'lua')
-rw-r--r-- | lua/nv-quickscope/init.lua | 3 |
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 |