winresizer icon indicating copy to clipboard operation
winresizer copied to clipboard

I can not make it work in nvim

Open vistad opened this issue 2 years ago • 2 comments

NVIM v0.7.2 Build type: Release LuaJIT 2.1.0-beta3 Compiled by [email protected]

Installation instructions are too vague.

vistad avatar May 04 '23 09:05 vistad

With lazy.vim, following is all the configuration needed:

require("lazy").setup({
  { "simeji/winresizer", lazy = false },
  -- any other plugins
})

Tested to be working as expected in NVIM v0.9.0

lorefnon avatar Sep 02 '23 16:09 lorefnon

Thank you!

On Sat, Sep 2, 2023 at 8:32 PM Lorefnon @.***> wrote:

With lazy.vim, following is all the configuration needed:

require("lazy").setup({ { "simeji/winresizer", lazy = false }, -- any other plugins })

Tested to be working as expected in NVIM v0.9.0

— Reply to this email directly, view it on GitHub https://github.com/simeji/winresizer/issues/34#issuecomment-1703882888, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABWAM5T6R2U3B6IB2LGLWD3XYNNQ5ANCNFSM6AAAAAAXVQT6LI . You are receiving this because you authored the thread.Message ID: @.***>

vistad avatar Sep 02 '23 16:09 vistad