Skip to content

Commit

Permalink
Merge pull request #367 from tim3nd/fix-keymap_desc_shadow
Browse files Browse the repository at this point in the history
fix(keymap): not shadow keymap desc so make blink.cmp happy
  • Loading branch information
Julian authored Dec 6, 2024
2 parents 7a02973 + 6e8bf70 commit fff4f10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lean/abbreviations.lua
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ local function insert_char_pre()
expr = imap.expr,
unique = imap.unique,
callback = imap.callback,
desc = imap.desc,
})
end
end
Expand Down

0 comments on commit fff4f10

Please sign in to comment.