default to having border in ide_menu

This commit is contained in:
Darren Schroeder 2024-02-04 08:19:09 -06:00 committed by GitHub
parent 4e5d3db952
commit d1c807230b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -281,7 +281,7 @@ $env.config = {
max_completion_width: 50,
# max_completion_height: 10, # will be limited by the available lines in the terminal
padding: 0,
border: false,
border: true,
cursor_offset: 0,
description_mode: "prefer_right"
min_description_width: 0