From 14b69eb0f8608cfb9d57bd5e7853e1f45dae13d3 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Tue, 8 Oct 2024 20:29:05 +0200 Subject: [PATCH] Update quickscope.vim config --- .vim/after/plugin/quick-scope.vim | 5 +++++ .vim/after/plugin/quickscope.vim | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .vim/after/plugin/quick-scope.vim delete mode 100644 .vim/after/plugin/quickscope.vim diff --git a/.vim/after/plugin/quick-scope.vim b/.vim/after/plugin/quick-scope.vim new file mode 100644 index 0000000..c90be66 --- /dev/null +++ b/.vim/after/plugin/quick-scope.vim @@ -0,0 +1,5 @@ +highlight QuickScopePrimary gui=underline cterm=underline +highlight QuickScopeSecondary gui=underline cterm=underline + +let g:qs_max_chars=80 +let g:qs_lazy_highlight = 1 diff --git a/.vim/after/plugin/quickscope.vim b/.vim/after/plugin/quickscope.vim deleted file mode 100644 index 6d22a94..0000000 --- a/.vim/after/plugin/quickscope.vim +++ /dev/null @@ -1,2 +0,0 @@ -let g:qs_max_chars=80 -let g:qs_lazy_highlight = 1