From 7c856aaaa5e9c108aaa8f8c794b45d078718e69b Mon Sep 17 00:00:00 2001 From: rootiest Date: Fri, 2 Aug 2024 09:26:51 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore(astral):=20inconsequential?= =?UTF-8?q?=20testing=20changes=20in=20astral=20plugin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/plugins/astral.lua | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/lua/plugins/astral.lua b/lua/plugins/astral.lua index 233b203..1b5c4fa 100644 --- a/lua/plugins/astral.lua +++ b/lua/plugins/astral.lua @@ -1,15 +1,17 @@ return { - "rootiest/astral.nvim", - version = "*", -- Pin to GitHub releases - opts = { - fallback_themes = { - "catppuccin-frappe", - "catppuccin-macchiato", - "tokyonight", - "kanagawa", - "monochrome", - "default", + { + "rootiest/astral.nvim", + version = "*", -- Pin to GitHub releases + opts = { + fallback_themes = { + "catppuccin-frappe", + "catppuccin-macchiato", + "tokyonight", + "kanagawa", + "monochrome", + "default", + }, }, + -- dev = true, -- Use local codebase }, - --dev = true, }