Set up 'quick-scope' plugin
This commit is contained in:
8
.vimrc
8
.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
|
||||
|
||||
Reference in New Issue
Block a user