Replies: 2 comments
-
If someone found any workaround - please share 😎 |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can use ui input like so: vim.ui.input({
prompt = 'input: ',
completion = 'shellcmd',
}, function(input)
-- code here
end) completion options: https://neovim.io/doc/user/map.html#%3Acommand-completion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to get nvim-cmp to work with
vim.fn.input
?I've tried to search for what the filetype is, but had no luck.
Beta Was this translation helpful? Give feedback.
All reactions