Skip to content

Commit

Permalink
Merge pull request #459 from ahnafalnafis/main
Browse files Browse the repository at this point in the history
Improve popup window
  • Loading branch information
yegappan authored Feb 22, 2024
2 parents 718540a + ed322c3 commit 2d1f155
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autoload/lsp/hover.vim
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ export def HoverReply(lspserver: dict<any>, hoverResult: any, cmdmods: string):
close: 'click',
fixed: true,
maxwidth: 80,
minwidth: 80,
border: [0, 1, 0, 1],
borderchars: [' '],
filter: HoverWinFilterKey})
Expand Down

0 comments on commit 2d1f155

Please sign in to comment.