You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, so when I run :PackerSync (or similar) with open_cmd = 'tab new [packer] I get new tab window and for few moments before it gets filled in with plugins list local windows settings are not yet applied.
I know that because I have signcolumn=yes:2 and at the start header's line is off by two characters and wraps to next line.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey, so when I run
:PackerSync
(or similar) withopen_cmd = 'tab new [packer]
I get new tab window and for few moments before it gets filled in with plugins list local windows settings are not yet applied.I know that because I have
signcolumn=yes:2
and at the start header's line is off by two characters and wraps to next line.I think
packer.nvim/lua/packer/display.lua
Line 821 in 3fdea07
packer.nvim/lua/packer/display.lua
Line 721 in 3fdea07
Could applying of those setting be moved to before anything gets drawn in that buffer?
Demonstration of the issue:
Beta Was this translation helpful? Give feedback.
All reactions