Files
neovim-config/lua/plugins/astral.lua
T
rootiest d125eefdf4 🎨 style(style): improve heading style
Use fancier box style for headings
2024-08-06 05:15:24 -04:00

21 lines
789 B
Lua

-- ╭─────────────────────────────────────────────────────────╮
-- │ Astral Plugin │
-- ╰─────────────────────────────────────────────────────────╯
return {
{
"rootiest/astral.nvim",
version = "*", -- Pin to GitHub releases
opts = {
fallback_themes = {
"catppuccin-frappe",
"catppuccin-macchiato",
"tokyonight",
"kanagawa",
"monochrome",
"default",
},
},
-- dev = true, -- Use local codebase
},
}