fix: fix the yaml loading
This commit is contained in:
@@ -21,7 +21,6 @@ local function parse_response(raw)
|
||||
vim.api.nvim_err_writeln("Failed to parse YAML response.")
|
||||
return nil
|
||||
end
|
||||
data = data[1]
|
||||
return data
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user