whymidnight / coc-code-action-menu.nvim

Pop-up menu for code actions to show meta-information and diff preview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coc-code-action-menu.nvim

demo

Read the readme of nvim-code-action-menu

Usage

  1. Install weilbith/nvim-code-action-menu

  2. Add require 'coc-code-action-menu' to nvim-code-action-menu's configuration

Example using packer.nvim

use {
  'weilbith/nvim-code-action-menu',
  after = 'coc.nvim',
  requires = 'xiyaowong/coc-code-action-menu.nvim',
  config = function()
    require 'coc-code-action-menu'
  end,
}

That's all.

About

Pop-up menu for code actions to show meta-information and diff preview


Languages

Language:Lua 100.0%