1
0
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:
Darren Schroeder
2024-02-04 08:19:09 -06:00
committed by GitHub
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