Jeroen Visser

Results 3 comments of Jeroen Visser

So yet another solution to this problem is a command to delete all of your 'tmp' shada files, I created the following: ```lua vim.api.nvim_create_user_command("ClearShada", function() local shada_path = vim.fn.expand(vim.fn.stdpath('data') .....

I tried working on this but I'm afraid I don't have enough knowledge of rust or this project to add this change. But this is a nice pointer for someone...

For any fedora-linux users that have the same issue and followed the ![fedora-docs](https://developer.fedoraproject.org/tech/languages/rust/rust-installation.html), maybe you haven't installed the rust depencies via `rustup` which is the cause of the error. Follow...