diff options
Diffstat (limited to '.vim/plugins/misc.vim')
-rw-r--r-- | .vim/plugins/misc.vim | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.vim/plugins/misc.vim b/.vim/plugins/misc.vim index a07c23c..5067f5a 100644 --- a/.vim/plugins/misc.vim +++ b/.vim/plugins/misc.vim @@ -9,11 +9,7 @@ let g:asyncrun_bell = 1 " the bell rings when the task is done " use f10 to open/close asyncrun quickfix window nnoremap <F10> :call asyncrun#quickfix_toggle(6)<cr> -Plug 'puremourning/vimspector' - -let g:vimspector_enable_mappings = 'HUMAN' - Plug 'mhinz/vim-signify' Plug 'tpope/vim-unimpaired' Plug 'godlygeek/tabular' -Plug 'ledger/vim-ledger', {'for': 'ledger'} +Plug 'sonph/onehalf', { 'rtp': 'vim' } |