A Neovim plugin based on nui.nvim that displays code actions in a floating window. With a clean layout and intuitive interactions, it helps developers quickly inspect and fix code issues.
- Floating Window Display: Utilizes nui. nvim to show code actions in a floating window, providing a clean and organized interface.
{
"iilw/nui-codeaction.nvim",
dependencies = {
"MunifTanjim/nui.nvim"
},
opts = {}
}opts = {
notify_silent = false,
nui_options = {
border = {
style = "rounded",
text = {
top = "ACTIONS",
},
},
},
}:NuiCodeactionShowThanks to nui.nvim for providing powerful UI components.
