summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-01-23 22:05:44 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-01-23 22:05:44 +0100
commitb3e07fe32e3d1b7bc1f098f6a9d5e011d6f20f82 (patch)
treeaff30c77d432b57e4964a5df02b6cf35bf7b265d /init.lua
parent1ca0b1fe63132254bda761df543955b6a86f8201 (diff)
Update notify message
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
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)