You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vim.notify('Could not find the preview url in the terminal buffer. Maybe it is still warming up. Check the buffer and try again.', vim.log.levels.WARN)
94
+
return
95
+
end
96
+
api.nvim_buf_set_var(0, 'quartoUrl', url)
97
+
localrequest_url=url..'quarto-render/'
98
+
localget_request='curl -s ' ..request_url
99
+
localresponse=vim.fn.system(get_request)
100
+
ifresponse~='rendered' then
101
+
vim.notify_once('Failed to update preview with command: ' ..get_request, vim.log.levels.ERROR)
0 commit comments