added borders to the Lazy UI
This commit is contained in:
parent
21750749ee
commit
8b1e4263a9
1 changed files with 11 additions and 1 deletions
|
@ -13,6 +13,16 @@ vim.opt.rtp:prepend(lazypath)
|
|||
|
||||
require("core.settings")
|
||||
require("core.remap")
|
||||
require("lazy").setup("plugin")
|
||||
|
||||
require("lazy").setup({
|
||||
spec = {
|
||||
import = "plugin",
|
||||
},
|
||||
ui = {
|
||||
border = "rounded",
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
require("core.autocmd")
|
||||
require("core.statusline")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue