Skip to content

Commit 11b92a6

Browse files
authored
fix: deepcopy not working on older neovim versions (#139)
1 parent 98f9965 commit 11b92a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/render-markdown/state.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function M.default_buffer_config()
9494
link = config.link,
9595
sign = config.sign,
9696
win_options = config.win_options,
97-
}, true)
97+
})
9898
end
9999

100100
---@return string[]

0 commit comments

Comments
 (0)