naranj4

Results 5 comments of naranj4

I’d be okay with that solution for buffer specific mappings. That sounds reasonable, but I’m not quite as sure for global mappings. If the user doesn’t want the mapping at...

Yeah, I think that's fair and mainly why I wanted to discuss options. How about the following: ``` default_mappings = { global = "none" | "respect_user_mappings" | "all", buffer =...

Ahhh, gotcha. Yeah, you were right. Turns out [dapc11/Shade.nvim](https://github.com/dapc11/Shade.nvim) is the offender. Whenever it adds an overlay over inactive windows it removes `incline`'s file name. If I create a new...

Figured out the issue. It's just a case of clashing `zindex`s. I pulled down their repo and updated the floating windows they use to be 20 which fixed the bug....

Yep, sounds good to me. I'll lower my Shade fork's `zindex` all the way down to 1 or something for now while I track those threads you mentioned.