Archived
0
0
Fork 0

fix some errors on first launch

This commit is contained in:
Daryl Ronningen 2022-10-06 22:30:05 -07:00
parent a58bc415f4
commit 1dd505130e

View file

@ -1,7 +1,12 @@
local M = {}
local navic = require("nvim-navic")
local gps = require("nvim-gps")
local present, gps = pcall(require, "nvim-gps")
if not present then
return
end
gps.setup()
navic.setup({