Skip to content

Commit 17e3001

Browse files
committed
doc: add double border around Neovim popup window
1 parent 0e0d187 commit 17e3001

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/go/doc.vim

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ function! s:GodocView(newposition, position, content, package) abort
127127
\ 'width': width,
128128
\ 'height': height,
129129
\ 'style': 'minimal',
130+
\ 'border': 'double',
130131
\ }
131132
call nvim_open_win(buf, v:true, opts)
132133
setlocal nomodified nomodifiable filetype=godoc

0 commit comments

Comments
 (0)