aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorgxlin <[email protected]>2021-01-29 10:44:57 +0800
committergxlin <[email protected]>2021-01-29 10:44:57 +0800
commite0c610849b00dbd098913ebc082a1142c19647b7 (patch)
treea49ce5a7f8620cbfd34b2ab7984e4425048c5c90 /.vimrc
parent320b189f7c33655bab70ed631c4085603ec76a33 (diff)
downloaddotfiles-e0c610849b00dbd098913ebc082a1142c19647b7.tar.gz
dotfiles-e0c610849b00dbd098913ebc082a1142c19647b7.tar.bz2
dotfiles-e0c610849b00dbd098913ebc082a1142c19647b7.zip
modify some config
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 8ef4f27..46dfd0f 100644
--- a/.vimrc
+++ b/.vimrc
@@ -8,6 +8,7 @@ set encoding=utf-8
set t_Co=256
set showcmd
set autoread
+set mouse=a
filetype indent on
set hidden
@@ -95,6 +96,8 @@ Plug 'dense-analysis/ale'
Plug 'mhinz/vim-signify'
Plug 'tpope/vim-unimpaired'
Plug 'godlygeek/tabular'
+Plug 'ledger/vim-ledger', {'for': 'ledger'}
+Plug 'puremourning/vimspector'
call plug#end()
" Plugin config
@@ -177,3 +180,5 @@ hi! SpellBad gui=undercurl guisp=red
hi! SpellCap gui=undercurl guisp=blue
hi! SpellRare gui=undercurl guisp=magenta
+" Vimspector
+let g:vimspector_enable_mappings = 'HUMAN'