From 6d82be5917eceb362aedee0828c6083788d1a4d0 Mon Sep 17 00:00:00 2001 From: pml68 Date: Wed, 9 Oct 2024 18:49:49 +0200 Subject: feat: add eandrju/cellular-automaton.nvim --- lua/pml68/lazy.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lua/pml68/lazy.lua') 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" + }, }) -- cgit v1.2.3