We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f880ad commit 18d1a18Copy full SHA for 18d1a18
docgen/docgen.lua
@@ -56,6 +56,7 @@ end
56
docgen.open_file = function(path)
57
local uri = vim.uri_from_fname(path)
58
local buf = vim.uri_to_bufnr(uri)
59
+ vim.fn.bufload(buf)
60
61
return buf
62
end
0 commit comments