Skip to content

Commit

Permalink
feat: Set default border rounded
Browse files Browse the repository at this point in the history
  • Loading branch information
nfwyst committed Oct 1, 2023
1 parent 7ec2ab0 commit 621e5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lspconfig/ui/windows.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function win_float.percentage_range_window(col_range, row_range, options)

win_opts.height = math.ceil(vim.o.lines * height_percentage)
win_opts.row = math.ceil(vim.o.lines * row_start_percentage)
win_opts.border = options.border or 'none'
win_opts.border = options.border or 'rounded'

local width_percentage, col_start_percentage
if type(col_range) == 'number' then
Expand Down

0 comments on commit 621e5a0

Please sign in to comment.