Sneak >> Lightspeed
This commit is contained in:
parent
7ac7bf0f1f
commit
78b79a01d9
1 changed files with 9 additions and 1 deletions
10
.vimrc
10
.vimrc
|
|
@ -218,7 +218,8 @@ Plug 'glepnir/lspsaga.nvim'
|
||||||
Plug 'Shougo/defx.nvim', { 'do': ':UpdateRemotePlugins' }
|
Plug 'Shougo/defx.nvim', { 'do': ':UpdateRemotePlugins' }
|
||||||
Plug 'kristijanhusak/defx-icons'
|
Plug 'kristijanhusak/defx-icons'
|
||||||
|
|
||||||
Plug 'ggandor/lightspeed.nvim'
|
"Plug 'ggandor/lightspeed.nvim'
|
||||||
|
Plug 'justinmk/vim-sneak'
|
||||||
|
|
||||||
Plug 'Shougo/unite.vim'
|
Plug 'Shougo/unite.vim'
|
||||||
" TODO: Look into Coqtail, same author
|
" TODO: Look into Coqtail, same author
|
||||||
|
|
@ -391,6 +392,13 @@ let g:Tb_MaxSize=0
|
||||||
let g:Tb_MapCTabSwitchBufs = 1
|
let g:Tb_MapCTabSwitchBufs = 1
|
||||||
let g:UseGooglePythonSettings = 0
|
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
|
" * Jedi
|
||||||
let g:jedi#goto_command = "gd"
|
let g:jedi#goto_command = "gd"
|
||||||
"let g:jedi#completions_enabled = 0
|
"let g:jedi#completions_enabled = 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue