update pre nchad
This commit is contained in:
parent
0ae1cf0a07
commit
e23eec9c6e
8 changed files with 219 additions and 33 deletions
|
|
@ -5,6 +5,14 @@ return {
|
|||
vim.keymap.set('n', 's', function()
|
||||
local current_window = vim.fn.win_getid()
|
||||
require('leap').leap { target_windows = { current_window } }
|
||||
require('leap').init_highlight(true)
|
||||
end)
|
||||
|
||||
require('leap').opts = {
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
end
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue