nvimdev / dashboard-nvim

vim dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DbProjectDelete doesn't work

eric-marin opened this issue · comments

Describe the bug
The command DbProjectDelete doesn't correctly delete projects in cache

To Reproduce
Steps to reproduce the behavior:

  1. Delete a project with DbProjectDelete
  2. $HOME/.cache/nvim/dashboard/cache gets corrupted

Expected behavior
$HOME/.cache/nvim/dashboard/cache gets updated correctly

Screenshots
Before:
image
After trying to delete the Haskell one:
image