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:
Oliver Davies 2022-07-13 11:03:29 +01:00
parent 6de17552a4
commit f8e0075019

View file

@ -1,4 +1,4 @@
require "impatient"
pcall(require, "impatient")
require "opdavies.globals"