From 20efd55361c93154ad0e8a9c84fd582ff4fe0a10 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Sat, 10 May 2025 06:51:50 -0300 Subject: [PATCH] chore(neovim): formatting --- modules/neovim/lua/plugins/astrolsp.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/neovim/lua/plugins/astrolsp.lua b/modules/neovim/lua/plugins/astrolsp.lua index f2fc00b..8fe0e4e 100644 --- a/modules/neovim/lua/plugins/astrolsp.lua +++ b/modules/neovim/lua/plugins/astrolsp.lua @@ -9,7 +9,9 @@ return { ---@param opts AstroLSPOpts ---@return AstroLSPOpts opts = function(_, opts) - local system_flake_path = os.getenv "FLAKE" or os.getenv "NH_FLAKE" or error "FLAKE environment variable must be set." + local system_flake_path = os.getenv "FLAKE" + or os.getenv "NH_FLAKE" + or error "FLAKE environment variable must be set." local hostname = vim.fn.hostname() ---@type AstroLSPOpts