From 7ceb5e9d8c12fe030cd58583ea42f609d8956edf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Flo=C3=9Fmann?= Date: Mon, 12 Jan 2026 10:07:11 +0100 Subject: [PATCH] uncomment astroui --- lua/plugins/astroui.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/plugins/astroui.lua b/lua/plugins/astroui.lua index d998c46..85afd92 100644 --- a/lua/plugins/astroui.lua +++ b/lua/plugins/astroui.lua @@ -1,5 +1,3 @@ -if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE - -- AstroUI provides the basis for configuring the AstroNvim User Interface -- Configuration documentation can be found with `:h astroui` -- NOTE: We highly recommend setting up the Lua Language Server (`:LspInstall lua_ls`)