diff --git a/.vimrc b/.vimrc index b191007..33f2415 100644 --- a/.vimrc +++ b/.vimrc @@ -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 Sneak_f +map F Sneak_F +map t Sneak_t +map T Sneak_T + " * Jedi let g:jedi#goto_command = "gd" "let g:jedi#completions_enabled = 0