mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
nvim: inline leap config
This commit is contained in:
parent
1a802fb00d
commit
8c96ca101c
1 changed files with 6 additions and 5 deletions
|
|
@ -194,6 +194,12 @@ require('lazy').setup({
|
||||||
dependencies = {
|
dependencies = {
|
||||||
'tpope/vim-repeat',
|
'tpope/vim-repeat',
|
||||||
},
|
},
|
||||||
|
config = function ()
|
||||||
|
local leap = require('leap')
|
||||||
|
leap.add_default_mappings()
|
||||||
|
leap.opts.highlight_unlabeled_phase_one_targets = true
|
||||||
|
leap.opts.safe_labels = {}
|
||||||
|
end
|
||||||
},
|
},
|
||||||
{ -- FZF
|
{ -- FZF
|
||||||
'ibhagwan/fzf-lua',
|
'ibhagwan/fzf-lua',
|
||||||
|
|
@ -323,11 +329,6 @@ require('lazy').setup({
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
-- [[ Configure Leap ]]
|
|
||||||
require('leap').add_default_mappings()
|
|
||||||
require('leap').opts.highlight_unlabeled_phase_one_targets = true
|
|
||||||
require('leap').opts.safe_labels = {}
|
|
||||||
|
|
||||||
-- [[ Configure fzf-lua ]]
|
-- [[ Configure fzf-lua ]]
|
||||||
local fzf = require 'fzf-lua'
|
local fzf = require 'fzf-lua'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue