mirror of
https://github.com/nushell/nushell.git
synced 2025-04-09 21:28:55 +02:00
default to having border in ide_menu
This commit is contained in:
parent
4e5d3db952
commit
d1c807230b
@ -281,7 +281,7 @@ $env.config = {
|
|||||||
max_completion_width: 50,
|
max_completion_width: 50,
|
||||||
# max_completion_height: 10, # will be limited by the available lines in the terminal
|
# max_completion_height: 10, # will be limited by the available lines in the terminal
|
||||||
padding: 0,
|
padding: 0,
|
||||||
border: false,
|
border: true,
|
||||||
cursor_offset: 0,
|
cursor_offset: 0,
|
||||||
description_mode: "prefer_right"
|
description_mode: "prefer_right"
|
||||||
min_description_width: 0
|
min_description_width: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user