nui-components.nvim
nui-components.nvim copied to clipboard
A feature-rich and highly customizable library for creating user interfaces in Neovim.
Hello, I've noticed unexpected behavior while using the `Select` component, that the amount of options presented can differ between each render throughout different sessions. Unfortunately this doesn't cause anything to...
Types PR, doesn't quite cover everything but it does a good bit. Some things will need to be fixed upstream in nui or ignored with comment directives. Also fixes the...
### Description When setting the buffer to start in visual mode, the text input is readonly. Seems similar to https://github.com/grapp-dev/nui-components.nvim/issues/17 ### Repro ```lua local M = {} vim.api.nvim_create_user_command("NuiGoToLine", function() M.go_to_line_nui()...
### Description In a tree component, when I set the data property to a signal value and update it, no changes happen. This behaviour is associated with an error thrown...
### Description Prompt component works fine (I had some issues in the past where the component was not getting value updates, but probably thats on me), but I have a...