diff options
| author | William Boman <william@redwill.se> | 2022-05-23 01:25:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-23 01:25:01 +0200 |
| commit | 4ed43f1f885612f587253b3e32f54408c793ca55 (patch) | |
| tree | 31a3d69eaa23acc6f49b1c4f42b3b42d3b0c31dc /lua/nvim-lsp-installer/core | |
| parent | feat(github): add setting to customize asset download url (#711) (diff) | |
| download | mason-4ed43f1f885612f587253b3e32f54408c793ca55.tar mason-4ed43f1f885612f587253b3e32f54408c793ca55.tar.gz mason-4ed43f1f885612f587253b3e32f54408c793ca55.tar.bz2 mason-4ed43f1f885612f587253b3e32f54408c793ca55.tar.lz mason-4ed43f1f885612f587253b3e32f54408c793ca55.tar.xz mason-4ed43f1f885612f587253b3e32f54408c793ca55.tar.zst mason-4ed43f1f885612f587253b3e32f54408c793ca55.zip | |
ui: remove borders & change heading style (#713)
Diffstat (limited to 'lua/nvim-lsp-installer/core')
| -rw-r--r-- | lua/nvim-lsp-installer/core/ui/display.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-lsp-installer/core/ui/display.lua b/lua/nvim-lsp-installer/core/ui/display.lua index 78d20c29..10fe1e45 100644 --- a/lua/nvim-lsp-installer/core/ui/display.lua +++ b/lua/nvim-lsp-installer/core/ui/display.lua @@ -158,7 +158,7 @@ local function create_popup_window_opts(sizes_only) } if not sizes_only then - popup_layout.border = "rounded" + popup_layout.border = "none" end return popup_layout |
