diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |