Sneak >> Lightspeed

This commit is contained in:
Barak Michener 2021-09-19 12:29:07 -07:00
parent 7ac7bf0f1f
commit 78b79a01d9

10
.vimrc
View file

@ -218,7 +218,8 @@ Plug 'glepnir/lspsaga.nvim'
Plug 'Shougo/defx.nvim', { 'do': ':UpdateRemotePlugins' }
Plug 'kristijanhusak/defx-icons'
Plug 'ggandor/lightspeed.nvim'
"Plug 'ggandor/lightspeed.nvim'
Plug 'justinmk/vim-sneak'
Plug 'Shougo/unite.vim'
" TODO: Look into Coqtail, same author
@ -391,6 +392,13 @@ let g:Tb_MaxSize=0
let g:Tb_MapCTabSwitchBufs = 1
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
" * Jedi
let g:jedi#goto_command = "gd"
"let g:jedi#completions_enabled = 0