🎨 style(style): improve heading style

Use fancier box style for headings
This commit is contained in:
2024-08-06 05:15:24 -04:00
parent 844b571bff
commit d125eefdf4
23 changed files with 74 additions and 82 deletions
+4 -4
View File
@@ -1,7 +1,6 @@
-- -----------------------------------------------------------------------------
-- --------------------------------- EDITOR ------------------------------------
-- -----------------------------------------------------------------------------
-- ╭─────────────────────────────────────────────────────────╮
-- │ Editor │
-- ╰─────────────────────────────────────────────────────────╯
return {
{ -- Aerial
import = "lazyvim.plugins.extras.editor.aerial",
@@ -135,4 +134,5 @@ return {
dependencies = "rcarriga/nvim-notify", -- optional
opts = {},
},
{ "LudoPinelli/comment-box.nvim" },
}