chore(neovim): formatting
This commit is contained in:
parent
93fb8227d5
commit
20efd55361
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue