From b3e07fe32e3d1b7bc1f098f6a9d5e011d6f20f82 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 23 Jan 2023 22:05:44 +0100 Subject: Update notify message --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index f82c841..3b988cf 100644 --- a/init.lua +++ b/init.lua @@ -1,6 +1,6 @@ local hotpot_path = vim.fn.stdpath "data" .. "/lazy/" .. "hotpot.nvim" if not vim.loop.fs_stat(hotpot_path) then - vim.notify "You need to run the bootstrap!" + vim.notify "You need to run the bootstrapping script!" return end vim.opt.runtimepath:prepend(hotpot_path) -- cgit v1.2.3-70-g09d2