update pre nchad

This commit is contained in:
Omixxx 2023-04-21 11:58:14 +02:00
parent 0ae1cf0a07
commit e23eec9c6e
8 changed files with 219 additions and 33 deletions

View file

@ -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
}