I can not make it work in nvim
NVIM v0.7.2 Build type: Release LuaJIT 2.1.0-beta3 Compiled by [email protected]
Installation instructions are too vague.
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
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: @.***>