simeji/winresizer

I can not make it work in nvim

vistad opened this issue · 2 comments

NVIM v0.7.2
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by team+vim@tracker.debian.org

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

vistad commented