fix(nvim): don't error on first load
Don't error on the first load before any plugins have been installed.
This commit is contained in:
parent
6de17552a4
commit
f8e0075019
|
@ -1,4 +1,4 @@
|
|||
require "impatient"
|
||||
pcall(require, "impatient")
|
||||
|
||||
require "opdavies.globals"
|
||||
|
||||
|
|
Loading…
Reference in a new issue