We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffcd0ab commit 06ac8bdCopy full SHA for 06ac8bd
lua/lazy/view/text.lua
@@ -65,6 +65,7 @@ function Text:render(buf)
65
end
66
67
vim.api.nvim_buf_set_lines(buf, 0, -1, false, lines)
68
+ vim.api.nvim_buf_clear_namespace(buf, Config.ns, 0, -1)
69
70
for l, line in ipairs(self._lines) do
71
local col = self.padding
0 commit comments