Switched to using pcall for imports
Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
local nvimtree = require("nvim-tree")
|
||||
local setup, nvimtree = pcall(require, "nvim-tree")
|
||||
if not setup then
|
||||
return
|
||||
end
|
||||
|
||||
nvimtree.setup({
|
||||
view = {
|
||||
|
||||
Reference in New Issue
Block a user