Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not Enough Room #8

Open
orhnk opened this issue Sep 25, 2023 · 3 comments
Open

Not Enough Room #8

orhnk opened this issue Sep 25, 2023 · 3 comments

Comments

@orhnk
Copy link

orhnk commented Sep 25, 2023

tmp-2023-09-25_04.12.53.mp4

Neovim Nightly: config
Archlinux
dwm: config

@LiadOz
Copy link
Owner

LiadOz commented Sep 26, 2023

It looks like you get an error when trying to open a prompt window (probably using dressing). I suspect the issue is not in this plugin. To test this, can you run the same procedure with the plugin uninstalled, then instead of calling the binding use:

:lua vim.ui.input({prompt = 'Enter language parser name: '}, function(input) print(input) end)

@orhnk
Copy link
Author

orhnk commented Sep 26, 2023

tmp-2023-09-26_07.13.59.mp4

@LiadOz
Copy link
Owner

LiadOz commented Sep 26, 2023

tmp-2023-09-26_07.13.59.mp4

It seems that dressing didn't trigger here, can you try maybe putting the code I gave you into a function and run it as a keybinding?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants