diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-23 22:05:44 +0100 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-23 22:05:44 +0100 |
| commit | b3e07fe32e3d1b7bc1f098f6a9d5e011d6f20f82 (patch) | |
| tree | aff30c77d432b57e4964a5df02b6cf35bf7b265d | |
| parent | 1ca0b1fe63132254bda761df543955b6a86f8201 (diff) | |
Update notify message
| -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) |