Matt Mirus
Matt Mirus
I run into this sometimes, and in my case it seems to be because I sometimes run neovim with git config env vars to work with a bare repo. For...
I pilfered @EddiG's code from https://github.com/folke/trouble.nvim/issues/70#issuecomment-1315718808, and modified it to only automatically replace the quickfix list when it matched a specific list, rather than all lists. In my case, this...
This seems like a good solution so far: ```jsx ``` Note that, as shown, your container must have a height as well as the `grid-auto-columns` value.
Yep, if you update `@storybook/preset-create-react-app` it should work: ```sh npm install @storybook/preset-create-react-app@"^4.0.0" ```
I've hit this as well--super confusing.
I tried the above workaround, but, in the second autocmd, after the Lazy install window closed, `lazy_view.visible()` was never `true` and `lazy_view.view.win` was `nil`. As a consequence, the session would...
@zamotany that's a good guess. I think I was just pressing `q`, which could work differently. I'll re-add the code to my config later and report back on if using...
@zamotany confirmed, using `:q` with your snippet works correctly, while just pressing `q` does not. TY for the workaround and the help! For anyone who wants to dig into that...
Also, for anyone who is wondering where to put the snippet, a nicely-contained way is to just pop it into the `init` function in the Lazy spec for auto-session: ```lua...
@sangdth are you using copilot-cmp? Or just suggestions from copilot.lua? The suggested fix would only apply if you're accepting copilot suggestions from cmp.