Luka Markušić
Luka Markušić
Hey, I know `worktrees` aren't a priority, but are there plans to review this in the near future?
Should be solved by #396 EDIT: on a second look, it wouldn't be solved, but it's a step in the right direction
Same thing as @deeuu, but with `macvim`. All `vim` sessions are lost, just `tmux` splits and panes are restored.
@coldeasy this is a step in the right direction, all my `vim` processes did restart, but none of them reopened their sessions, all of them show an empty buffer.
I was missing the `vim-obsession` plugin, now all works as expected.
The `config.json` contained `ShortcutKeys.suffle`, but since I changed all `suffle` into `shuffle`, the parser fails because it cannot recognize the `suffle` entry anymore (it's supposed to be `shuffle` now) and...
It looks like you're missing `libmpv` or whatever it's called on `macOS`. Could you try installing `mpv` with `brew` and then try again?
It would seem you're missing `mpv`, `ntdll` and `sqlite3` libraries. Try to find how to install them via `choco` or something. NOTE: the `mpv` package you installed is maybe a...
Is the error the same after running `choco install sqlite`? The [link](https://community.chocolatey.org/packages/SQLite#install) says: ``` This package also installs sqlite tools by default - sqldiff, sqlite3, sqlite3_analyzer. ```
@bambirombi what happens when you run it? Any error code, error message? Could you try building it from the source?