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
How can I suppress the below overlaping if statement in 'winline.lua' config file?
I use lspsaga and I'd like to align incline at the same line of the lspsaga breadcumb. This is prevent achieving this...
if cw.margin.vertical.top == 0 and (vim.o.laststatus ~= 3 or a.nvim_win_get_position(self.target_win)[1] <= 1) then return 1 end
Removing this statement, I can get this (not overlaping tab bar):
Thx in advance!
The text was updated successfully, but these errors were encountered:
How can I suppress the below overlaping if statement in 'winline.lua' config file?
I use lspsaga and I'd like to align incline at the same line of the lspsaga breadcumb. This is prevent achieving this...
if cw.margin.vertical.top == 0 and (vim.o.laststatus ~= 3 or a.nvim_win_get_position(self.target_win)[1] <= 1) then return 1 end
Removing this statement, I can get this (not overlaping tab bar):
Thx in advance!
The text was updated successfully, but these errors were encountered: