todotxt.nvim icon indicating copy to clipboard operation
todotxt.nvim copied to clipboard

Use `vim.ui.input` instead of nui for capture prompt

Open arnarg opened this issue 3 years ago • 0 comments

Instead of relying on nui directly we should use the official vim.ui.input which can be configured globally with plugins like dressing.nvim (where nui can be used as a backend anyway). The split functionality from nui would still be useful.

arnarg avatar Aug 31 '22 16:08 arnarg