Closed DanCardin closed 4 years ago
Thank you for the bug report! I can reproduce this issue and will investigate it promptly. I will report back with any findings and fixes as they come.
After investigation it appears to be a problem with importing libmodal.utils.api
table. I'll look into it more after work today.
I have a PR active right now that should fix this issue. If you can confirm that it has been fixed I will merge it! If you use vim-plug
you can do so with the following line in your init.vim
:
Plug 'Iron-E/nvim-libmodal', {'branch': 'bugfix/0.6.3'}
The branch seems to fix it! Thanks!
Great! Thanks for confirming. I'll merge it now.
As far as i know this is the most basic use of this plugin:
In my vimrc:
in
lua/foo.lua
This causes pasting into the command prompt (i.e.
:
->cmd+v
/whatever you bind paste to) to do nothing.