This commit is contained in:
kiyan 2022-04-24 14:43:41 +02:00
parent 09a47aed8d
commit 785761591f

View File

@ -10,7 +10,7 @@ local Builder = require "nvim-tree.renderer.builder"
local api = vim.api
local M = {
last_highlights = {}
last_highlights = {},
}
local namespace_id = api.nvim_create_namespace "NvimTreeHighlights"