diff options
| author | pml68 <contact@pml68.me> | 2024-10-09 18:49:49 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.me> | 2024-10-09 18:49:49 +0200 |
| commit | 6d82be5917eceb362aedee0828c6083788d1a4d0 (patch) | |
| tree | a24b4bed89c2dadd206b6c4c269fd2a7c71e91d2 /lua/pml68/lazy.lua | |
| parent | feat: switch from emmet-ls to emmet-language-server (diff) | |
| download | nvim-6d82be5917eceb362aedee0828c6083788d1a4d0.tar.gz | |
feat: add eandrju/cellular-automaton.nvim
Diffstat (limited to '')
| -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" + }, }) |
