Add leap.nvim to Neovim config
This commit is contained in:
parent
b7ad0c3259
commit
6ab20431a9
@ -56,6 +56,9 @@ Plug 'kyazdani42/nvim-tree.lua'
|
||||
|
||||
" rust
|
||||
Plug 'rust-lang/rust.vim'
|
||||
|
||||
" Leap, interface to move around
|
||||
Plug 'ggandor/leap.nvim'
|
||||
call plug#end()
|
||||
|
||||
" Set up Marks plugin
|
||||
@ -123,3 +126,9 @@ require'nvim-tree'.setup {
|
||||
},
|
||||
}
|
||||
EOF
|
||||
|
||||
" Set default keymap of Leap
|
||||
lua << EOF
|
||||
require('leap').set_default_keymaps()
|
||||
EOF
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user