fix: fix the yaml loading

This commit is contained in:
2024-12-12 21:05:55 +01:00
parent e7e20500ec
commit 2b38cb2ebe
2 changed files with 1 additions and 2 deletions

View File

@@ -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