Sirikakire
Sirikakire
> There's not much we can do about it unfortunately, we have a hack trying to prevent it, but it's not dealing with all situations. It really needs to be...
https://github.com/neovide/neovide/assets/103923561/5914a5cc-a064-4f2f-812b-f1a0b17f2411 Update: changing vim.opt.laststatus from 3 to 1 work for me and prevent the flicker
> Although I think this is another Neovim spurious cursor movement bug. It seems to move to the separator when the layout changes. I think we might be able to...
Still have this problem here? Anybody got tricks to fix this?
> Execute nvim-web-devicons `setup` before you execute nvim-tree setup. > > What's that plugin that shows the rgb colours after the `#`? That looks incredibly useful! > >  Thanks...
> Execute nvim-web-devicons `setup` before you execute nvim-tree setup. > > What's that plugin that shows the rgb colours after the `#`? That looks incredibly useful! > >  I...
UPDATE: I have got the DevIconLua to change the color, but I have to do an extra line of code after the setup method: ``` devicons.set_icon({ java = { icon...
> Great news! > > #464 should resolve these sorts of problems. Cool, will try this out
``` 2024-05-18 08:27:30 - Neovide panicked with the message 'Failed to create DXGI factory: Error { code: HRESULT(0x887A0001), message: "The application made a call that is invalid. Either the parameters...
> I will release a fix soon, but for now you can run `neovide --opengl` Thanks 😊