aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/lazy.lua
diff options
context:
space:
mode:
authorpml68 <contact@pml68.me>2024-10-09 18:49:49 +0200
committerpml68 <contact@pml68.me>2024-10-09 18:49:49 +0200
commit6d82be5917eceb362aedee0828c6083788d1a4d0 (patch)
treea24b4bed89c2dadd206b6c4c269fd2a7c71e91d2 /lua/pml68/lazy.lua
parentfeat: switch from emmet-ls to emmet-language-server (diff)
downloadnvim-6d82be5917eceb362aedee0828c6083788d1a4d0.tar.gz
feat: add eandrju/cellular-automaton.nvim
Diffstat (limited to 'lua/pml68/lazy.lua')
-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"
+ },
})