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