Skip to content

Commit

Permalink
Disable statuscolumn in nvim float, re #313
Browse files Browse the repository at this point in the history
  • Loading branch information
andymass committed Jul 30, 2023
1 parent 4f426d1 commit 2074184
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/matchup/matchparen.vim
Original file line number Diff line number Diff line change
Expand Up @@ -900,6 +900,7 @@ function! s:populate_floating_win(offscreen, text_method) abort " {{{1
else
call s:set_popup_text(l:lnum, l:adjust, a:offscreen)
endif
silent! call nvim_win_set_option(s:float_id, 'statuscolumn', '')
else
call nvim_win_set_option(s:float_id, 'number', v:true)
call nvim_win_set_option(s:float_id, 'relativenumber', v:false)
Expand Down

0 comments on commit 2074184

Please sign in to comment.