mirror of
https://github.com/nushell/nushell.git
synced 2025-03-26 23:36:20 +01: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_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
|
||||
|
Loading…
Reference in New Issue
Block a user