Prevent startup errors on first run (#645)

This commit is contained in:
rob 2021-07-04 15:07:11 +01:00 committed by GitHub
parent 53d1e8b901
commit 1ed7392534
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 28 additions and 0 deletions

View file

@ -1,3 +1,7 @@
if not package.loaded['nvim-tree.view'] then
return
end
local M = {}
M.config = function()