Use relative path for nvim config bootstrap
This commit is contained in:
@ -1,2 +1,3 @@
|
|||||||
require("bootstrap")
|
local folderOfThisFile = (...):match("(.-)[^%.]+$")
|
||||||
require("config")
|
require(folderOfThisFile .. "bootstrap")
|
||||||
|
require(folderOfThisFile .. "config")
|
||||||
|
|||||||
Reference in New Issue
Block a user