mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-02 09:04:36 +02:00
Prevent startup errors on first run (#645)
This commit is contained in:
parent
53d1e8b901
commit
1ed7392534
7 changed files with 28 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
if not package.loaded['nvim-tree.view'] then
|
||||
return
|
||||
end
|
||||
|
||||
local M = {}
|
||||
|
||||
M.config = function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue