mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat: config for ui border
This commit is contained in:
parent
fb96183753
commit
0cff878b2e
3 changed files with 6 additions and 3 deletions
|
@ -18,6 +18,9 @@ M.defaults = {
|
|||
packpath = vim.fn.stdpath("data") .. "/site/pack/lazy",
|
||||
lockfile = vim.fn.stdpath("config") .. "/lazy-lock.json",
|
||||
view = {
|
||||
ui = {
|
||||
-- The border to use for the UI window. Accepts same border values as |nvim_open_win()|.
|
||||
border = "none",
|
||||
icons = {
|
||||
start = "",
|
||||
plugin = " ",
|
||||
|
@ -26,10 +29,9 @@ M.defaults = {
|
|||
event = "",
|
||||
keys = " ",
|
||||
cmd = " ",
|
||||
ft = "",
|
||||
ft = " ",
|
||||
task = "✔ ",
|
||||
},
|
||||
},
|
||||
install_missing = true,
|
||||
git = {
|
||||
-- defaults for `Lazy log`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue