mirror of
https://github.com/nushell/nushell.git
synced 2025-07-15 22:05:51 +02:00
default to having border in ide_menu
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user