Skip to content
This repository was archived by the owner on Jun 4, 2026. It is now read-only.

iilw/nui-codeaction.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

nui-codeaction.nvim

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.

Example git

Features

  • Floating Window Display: Utilizes nui. nvim to show code actions in a floating window, providing a clean and organized interface.

Installation

{
    "iilw/nui-codeaction.nvim",
    dependencies = {
        "MunifTanjim/nui.nvim"
    },
    opts = {}
}

Configuration

opts = {
    notify_silent = false,
	nui_options = {
		border = {
			style = "rounded",
			text = {
				top = "ACTIONS",
			},
		},
	},
}

Use

:NuiCodeactionShow

Reference

Thanks to nui.nvim for providing powerful UI components.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages