aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 25 insertions, 0 deletions
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 '<eof>'
+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 <vim/_editor.lua:0>
+Press ENTER or type command to continue
+```
+
+Then delete this folder, to fix it
+
+```bash
+rm -r ~/.cache/nvf/dashboard/
+```
+
+See: <https://github.com/nvimdev/dashboard-nvim/issues/499>
+