update vim plugins

This commit is contained in:
Barak Michener 2022-12-06 16:02:54 -08:00
parent 7df1e7a4d8
commit 1114ddf947
5 changed files with 25 additions and 24 deletions

12
.vimrc
View file

@ -231,7 +231,9 @@ Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
Plug 'nvim-treesitter/playground'
"Plug 'ggandor/lightspeed.nvim'
Plug 'justinmk/vim-sneak'
"Plug 'justinmk/vim-sneak'
Plug 'ggandor/leap.nvim'
Plug 'ggandor/flit.nvim'
Plug 'simrat39/rust-tools.nvim'
Plug 'Shougo/unite.vim'
@ -395,10 +397,10 @@ let g:UseGooglePythonSettings = 0
" * sneak.vim
"let g:sneak#label = 1
map f <Plug>Sneak_f
map F <Plug>Sneak_F
map t <Plug>Sneak_t
map T <Plug>Sneak_T
"map f <Plug>Sneak_f
"map F <Plug>Sneak_F
"map t <Plug>Sneak_t
"map T <Plug>Sneak_T
" * Jedi
let g:jedi#goto_command = "gd"