mirror of
https://github.com/mikkelsvartveit/dotfiles.git
synced 2025-12-22 11:12:39 +00:00
Fix lazy loading for nvim-leap
This commit is contained in:
parent
698e09169f
commit
084a041ba1
2 changed files with 3 additions and 1 deletions
|
|
@ -1479,6 +1479,8 @@
|
|||
<false/>
|
||||
<key>VisualIndicatorForEsc</key>
|
||||
<false/>
|
||||
<key>findMode_iTerm</key>
|
||||
<integer>0</integer>
|
||||
<key>kCPKSelectionViewPreferredModeKey</key>
|
||||
<integer>1</integer>
|
||||
<key>kCPKSelectionViewShowHSBTextFieldsKey</key>
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ require("lazy").setup({
|
|||
-- Add two-character motions with s and S
|
||||
{
|
||||
"ggandor/leap.nvim",
|
||||
keys = "s",
|
||||
keys = { "s", "S" },
|
||||
dependencies = {
|
||||
"tpope/vim-repeat",
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue