diff options
Diffstat (limited to 'lua/pml68/lazy.lua')
| -rw-r--r-- | lua/pml68/lazy.lua | 5 |
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" + }, }) |
