From 8fbd6bdf27c215b75b9e0641f5555e24646c3095 Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Tue, 23 Jun 2026 21:25:31 +0200 Subject: docs: add fix for hyper error to readme --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index 5eb2929..36d39b8 100644 --- a/README.md +++ b/README.md @@ -47,3 +47,28 @@ Print current config: `nvf-print-config nvim | bat --language lua` - [ ] TODO Smoothscrolling - [ ] TODO Undo tree +## Troubleshooting + +### Hyper error on startup + +If you get an error on startup that looks like: + +``` +Error executing vim.schedule lua callback: ...k/mnw/start/dashboard-nvim/lua/dashboard/theme/hyper.lua:136: [string "return { "/home/user/dot-files", "/home/user/..."]:1: unfinished string +near '' +stack traceback: + [C]: in function 'assert' + ...k/mnw/start/dashboard-nvim/lua/dashboard/theme/hyper.lua:136: in function 'read_project' + ...k/mnw/start/dashboard-nvim/lua/dashboard/theme/hyper.lua:164: in function '' + vim/_editor.lua: in function +Press ENTER or type command to continue +``` + +Then delete this folder, to fix it + +```bash +rm -r ~/.cache/nvf/dashboard/ +``` + +See: + -- cgit v1.3.1