ldelossa / litee.nvim

A framework for building Neovim plugins
409 stars 14 forks source link

optimize: do not toggle panel to gen popout #87

Closed ldelossa closed 2 years ago

ldelossa commented 2 years ago

this commit removes the need to toggle the panel to generate floating windows, which also increases the speed of opening popout panels.

Signed-off-by: ldelossa louis.delos@gmail.com