feat(ui): make the windoww size configurable. Fixes #34

This commit is contained in:
Folke Lemaitre 2022-12-20 19:29:28 +01:00
parent 52984419ff
commit 941df31a41
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 11 additions and 4 deletions

View file

@ -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 = {