mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat(ui): make the windoww size configurable. Fixes #34
This commit is contained in:
parent
52984419ff
commit
941df31a41
3 changed files with 11 additions and 4 deletions
|
@ -32,6 +32,8 @@ M.defaults = {
|
|||
colorscheme = { "habamax" },
|
||||
},
|
||||
ui = {
|
||||
-- a number <1 is a percentage., >1 is a fixed size
|
||||
size = { width = 0.8, height = 0.8 },
|
||||
-- The border to use for the UI window. Accepts same border values as |nvim_open_win()|.
|
||||
border = "none",
|
||||
icons = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue