renaming: lua-tree -> nvim-tree

This commit is contained in:
kiyan42
2020-12-27 19:09:05 +01:00
committed by Kiyan
parent 2e7118ca17
commit 05711754d9
12 changed files with 189 additions and 196 deletions

View File

@@ -13,7 +13,7 @@ local function clear_prompt()
end
local function refresh_tree()
vim.api.nvim_command(":LuaTreeRefresh")
vim.api.nvim_command(":NvimTreeRefresh")
end
local function create_file(file)