1

remove leap

This commit is contained in:
Evan Pratten 2023-03-21 15:50:22 -04:00
parent abd2be6aec
commit e47ff45a51

@ -46,7 +46,6 @@ Plug 'tpope/vim-surround'
Plug 'jiangmiao/auto-pairs'
Plug 'airblade/vim-gitgutter'
Plug 'nathanaelkane/vim-indent-guides'
" Plug 'ggandor/leap.nvim'
" And this is where the plugins no longer be
call plug#end()
@ -66,9 +65,6 @@ let g:indent_guides_auto_colors = 0
hi IndentGuidesOdd ctermbg=darkgrey
hi IndentGuidesEven ctermbg=lightgrey
" Enable leap for jumping
" lua require('leap').add_default_mappings()
" Make the gitgutter look cleaner
let g:gitgutter_override_sign_column_highlight = 0
highlight clear SignColumn