From 904fa53db051413cfd08d7d6fc385c5949a61d31 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Thu, 1 Dec 2022 13:54:13 +0100 Subject: [PATCH] Set up 'quick-scope' plugin --- .vimrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.vimrc b/.vimrc index e14f868..4e6f58c 100644 --- a/.vimrc +++ b/.vimrc @@ -106,6 +106,7 @@ call plug#begin() Plug 'neoclide/coc.nvim', {'branch': 'release'} Plug 'github/copilot.vim' " General +Plug 'unblevable/quick-scope' Plug 'tpope/vim-commentary' Plug 'machakann/vim-sandwich' Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } @@ -299,6 +300,13 @@ let g:svelte_indent_style = 0 " JSONC (see https://github.com/neoclide/jsonc.vim/pull/9") autocmd BufNewFile,BufRead */.vscode/*.json setlocal filetype=jsonc +" `.../quickscope` {{{ + +let g:qs_max_chars=80 +let g:qs_lazy_highlight = 1 + +" }}} + " SuperCollider au BufEnter,BufWinEnter,BufNewFile,BufRead *.sc,*.scd se filetype=supercollider au Filetype supercollider packadd scvim