pwnalone

Results 9 comments of pwnalone

**UPDATE:** ~~It seems that this plugin works with _Tokyonight_'s `v2.9.0` version, but not `v3.0.0` or `v3.1.0`.~~ The issue can still be observed in `v2.9.0`, all the way back to the...

@akinsho Thanks for getting back to me so quickly on this. I have switched to a different colorscheme as a temporary fix, but will try to troubleshoot this issue some...

This also seems to be an issue when `sync_install = false`, `auto_install = true`, and you open a file with a file type corresponding to one of the parsers listed...

I'm currently using @bretello's workaround to disable auto-suggestions within comments, but it's not ideal. My `zshrc` contains the following lines. ```sh ZSH_AUTOSUGGEST_STRATEGY=(history completion) ZSH_AUTOSUGGEST_COMPLETION_IGNORE='*\#*' ZSH_AUTOSUGGEST_HISTORY_IGNORE='*\#*' ``` But now, if there...

Thanks for the quick reply and for the solution! I checked out your fork and it is exactly what I was looking for, but when testing it out in preparation...

@pysan3 Thank you so much for looking into this and coming up with a working solution! Do you think this would be something that I could convince the maintainers of...

Hi, @pysan3, sorry for the late reply; I had an urgent matter to attend to. I have not had a chance to make a PR yet, but I will close...

@so-rose Thanks, but @pysan3 is the one who made the patch/fork. I just created the feature request, which was actually first proposed by @cseickel in #425, so I can't really...

I am also not seeing the resize issue anymore when pinning the plugin at #380, but the second bug that Torsteinws [pointed out](https://github.com/mrjones2014/smart-splits.nvim/issues/342#issuecomment-3444220929) is still present. @mrjones2014 Commit [913379c](https://github.com/folke/snacks.nvim/commit/913379ccd2679fc11462479205897e584496c855) in...