vim/lazy: enable border on floating window

This commit is contained in:
Fernando Schauenburg 2023-08-06 21:57:28 +02:00
parent 4ff86b42ad
commit 12e632e880

View file

@ -22,6 +22,9 @@ if lazy then
path = '~/Projects/nvim-plugins', path = '~/Projects/nvim-plugins',
fallback = true, fallback = true,
}, },
ui = {
border = 'rounded',
},
}) })
else else
vim.notify('Lazy not installed and failed to bootstrap!', vim.log.levels.ERROR) vim.notify('Lazy not installed and failed to bootstrap!', vim.log.levels.ERROR)