aznhe21 / actions-preview.nvim

Fully customizable previewer for LSP code actions.
GNU General Public License v3.0
365 stars 9 forks source link

Code Action Preview Not Working #14

Closed m4xshen closed 11 months ago

m4xshen commented 11 months ago

The code action preview just show the string same as code actions. See the screenshot: issue

I use lazy.nvim to install plugin. My config:

   {
      "aznhe21/actions-preview.nvim",
      config = function()
         vim.keymap.set(
            { "v", "n" },
            "<Leader>ca",
            require("actions-preview").code_actions
         )
      end,
   },
aznhe21 commented 11 months ago

See FAQ. I'll update the message as it is confusing.