Igor Gladkoborodov
Igor Gladkoborodov
Hey Lucas. Sorry for later reply. Sure, PRs for Linux support is highly welcome. I actually have no idea, will it work in Linux right away, but there is a...
Hi @bartheerman. Thank you for the feedback. I took the liberty to edit your original message to make the shortcuts visible. I will take a look at your issue shortly.
Hi @bartheerman. Sorry for the late answer. It seems doable. The problem is that we have to filter out the default system shortcuts here: https://github.com/vv-vim/vv/blob/main/packages/browser-renderer/src/input/keyboard.ts#L91 The shortcuts are hardcoded and...
Hi @robacarp. Yes, this is possible via [`ui-tabline`](https://neovim.io/doc/user/ui.html#ui-tabline) API, but it is not implemented yet. I will take a look at it. I personally just customized the tabline to make...
Hi @ronen. Thank you for reporting this. I am still investigating, but I suspect that might be related to the `VVprojectRoot` function we discussed in https://github.com/vv-vim/vv/issues/36#issuecomment-671109758. I irresponsibly call it...
Great. I'll need to handle possible errors there anyway, will do it shortly.
Hi everyone. I used this workaround to make it work on my project: 1. Install and setup `@storybook/nextjs` as described here https://storybook.js.org/docs/8.0/get-started/nextjs 2. Setup `staticDirs` in `.storybook/main.ts`: ```typescript staticDirs: [...