NvChad / menu

Menu plugin for neovim ( supports nested menus ) made using volt
GNU General Public License v3.0
335 stars 5 forks source link

need remember trigggerd window #10

Closed epheien closed 3 days ago

epheien commented 3 days ago
  1. nvim
  2. :split
  3. <C-w>j
  4. :lua require("menu").open('default', { mouse = false, border = false })
  5. move to "Lsp Actions" and click (see image below)
  6. q

Expected the cursor to stay in the lower window, but the cursor actually stays in the upper window.

Xnip2024-10-12_17-34-07
TheLazyLemur commented 3 days ago

Posted sme issue here

https://github.com/NvChad/menu/issues/8