@@ -41,6 +41,10 @@ if fn.empty(fn.glob(install_path)) > 0 then
})
end
pcall(require, "custom")
local custom_init_path = vim.api.nvim_get_runtime_file("lua/custom/init.lua", false)[1]
if custom_init_path then
dofile(custom_init_path)
require("core.utils").load_mappings()
The note is not visible to the blocked user.