Wansmer / langmapper.nvim

A plugin that makes Neovim more friendly to non-English input methods 🤝
MIT License
128 stars 7 forks source link

feat: safe call `keymap.del` #26

Closed Wansmer closed 4 months ago

Wansmer commented 4 months ago

del()is wrapped with a safetely call (pcall) to avoid errors on duplicate characters (helpful when usingnvim-cmp`).

Fix #25