fix lint issue

This commit is contained in:
kiyan
2022-02-15 20:52:26 +01:00
parent 72305f3730
commit 0c43c809b9

View File

@@ -2,7 +2,6 @@ local uv = vim.loop
local git = require"nvim-tree.git"
local renderer = require"nvim-tree.renderer"
local utils = require"nvim-tree.utils"
local M = {}