vim/lazy: enable border on floating window
This commit is contained in:
parent
4ff86b42ad
commit
12e632e880
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue