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