update vim plugins
This commit is contained in:
parent
7df1e7a4d8
commit
1114ddf947
5 changed files with 25 additions and 24 deletions
12
.vimrc
12
.vimrc
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue