mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-20 13:26:45 +00:00
feat(window): use vim.o.winborder as default window border
This commit is contained in:
parent
564e5abb23
commit
15f1f7690f
2 changed files with 2 additions and 1 deletions
|
@ -86,7 +86,7 @@ M.defaults = {
|
||||||
size = { width = 0.8, height = 0.8 },
|
size = { width = 0.8, height = 0.8 },
|
||||||
wrap = true, -- wrap the lines in the ui
|
wrap = true, -- wrap the lines in the ui
|
||||||
-- The border to use for the UI window. Accepts same border values as |nvim_open_win()|.
|
-- The border to use for the UI window. Accepts same border values as |nvim_open_win()|.
|
||||||
border = "none",
|
border = nil,
|
||||||
-- The backdrop opacity. 0 is fully opaque, 100 is fully transparent.
|
-- The backdrop opacity. 0 is fully opaque, 100 is fully transparent.
|
||||||
backdrop = 60,
|
backdrop = 60,
|
||||||
title = nil, ---@type string only works when border is not "none"
|
title = nil, ---@type string only works when border is not "none"
|
||||||
|
|
1
lua/lazy/core/~/Downloads/lazy.nvim
Submodule
1
lua/lazy/core/~/Downloads/lazy.nvim
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a
|
Loading…
Add table
Add a link
Reference in a new issue