chore: rewrite buffer/window handling into view file (#287)

This commit is contained in:
Kiyan
2021-04-13 23:54:01 +02:00
committed by GitHub
parent c2f2c665d8
commit ff814676d5
7 changed files with 191 additions and 200 deletions

View File

@@ -21,7 +21,6 @@ local function highlight_node(node, linenr)
a.nvim_buf_add_highlight(buf, -1, 'NvimTreeLspDiagnostics', linenr, starts_at, -1)
end
function M.update()
local buffer_severity = {}