aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/lazy.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lua/pml68/lazy.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/lua/pml68/lazy.lua b/lua/pml68/lazy.lua
index 4514e39..901d0b6 100644
--- a/lua/pml68/lazy.lua
+++ b/lua/pml68/lazy.lua
@@ -24,8 +24,6 @@ require("lazy").setup(plugins, {
},
rtp = {
disabled_plugins = {
- "matchit",
- "matchparen",
"gzip",
"tarPlugin",
"tohtml",
@@ -36,4 +34,7 @@ require("lazy").setup(plugins, {
},
},
},
+ ui = {
+ border = "rounded"
+ },
})