I can not make it work in nvim
vistad opened this issue · 2 comments
vistad commented
NVIM v0.7.2
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by team+vim@tracker.debian.org
Installation instructions are too vague.
lorefnon commented
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
vistad commented
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
<#34 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABWAM5T6R2U3B6IB2LGLWD3XYNNQ5ANCNFSM6AAAAAAXVQT6LI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>