mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2025-04-05 23:30:55 +01:00
Update init.lua
This commit is contained in:
parent
7cab4295ee
commit
92a9e13e7c
1 changed files with 1 additions and 0 deletions
1
init.lua
1
init.lua
|
@ -1,4 +1,5 @@
|
||||||
local ok, err = pcall(require, "core")
|
local ok, err = pcall(require, "core")
|
||||||
|
|
||||||
if not ok then
|
if not ok then
|
||||||
error("Error loading " .. module .. "\n\n" .. err)
|
error("Error loading " .. module .. "\n\n" .. err)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue