Erlon Bié

Results 21 comments of Erlon Bié

https://user-images.githubusercontent.com/50176483/147427386-5346b5f3-29dd-4fdf-a537-b6709193575b.mp4 1. Windows are not growing until some window is focused 2. Same issue of not being able to put a chrome tab back 3. In the end if you...

I tried here and is working almost as expected! If I set `cursor_warp = False`, I'm able to put chrome tabs in place normally. If I set `cursor_warp = True`,...

I have the same issue, but not specifically using LunarVim, just normal neovim.

@kyle-seongwoo-jun solution fixed for me Related to this issue, is there a way to create a application on the dock with a cool icon? I could only create a shortcut...

That would be awesome, I miss that (coming from Qtile and Hyprland). Any progress on this feature?

I can't get it to work with lazy.nvim either. Requireing from config works fine, but not with lazy.

I'm facing the same problem

I guess it came from this commit: `1f69ba`

This is probably the only missing feature for this project, I still have hopes that it will come :)

Same issue, mine is: v:lua.MPairs.autopairs_bs() I seted the `pre_hook` and `post_hook`. ``` lua pre_hook = function() require('nvim-autopairs').disable() end, post_hook = function() require('nvim-autopairs').enable() end, ```