reaz

Results 15 comments of reaz

@ray-x Once the float window is too big to fit under/ over the current line of insert it overlaps it. (change font size to check) messing with the option you...

@ray-x works great now, i think the window shouldn't be rendered when it overlaps current line, so it would solve the overlap issue, also the offset for y should be...

when i do enter insert mode to make the popup signature show then the bug still show up, it overlaps the current line (border render fine, also text wraps fine),...

also you can make p/P paste from the windows clipboard by changing zvm_vi_put_after and zvm_vi_put_before as follow: ```zsh function zvm_vi_put_after() { local head= foot= local content=$(win32yank.exe -o) ... } ```...

i tryed to mess with the hi groups, found out only these want to work: select menu: :lua vim.api.nvim_set_hl(0,'PMenu',{ bg='#ffffff' }) docs float window (this one is weird, like the...

anyone knows how to pull ig user_id from its username? any query hash? ?__a=1 stopped to work correctly with start of this mont..

I have my own playwright bot for automating instagram, from start of this month i have problem with endpoint to transfer username in to userid, also few of scripts getting...

Seems like it, but its working good as it is. I did all necessary fixes on m fork https://github.com/reaz1995/telescope-vim-bookmarks.nvim , if someone have problem with keymaps just add them to...

@timsu92 vim/nvim inside wsl In wsl install .Net 7 SDK and mono Then in .zshrc or .bashrc or whatever shell u use ```zsh export MSBuildSDKsPath="/usr/lib/dotnet/sdk/7.0.107/Sdks" export FrameworkPathOverride="/usr/lib/mono/4.5" ``` make sure...

@darkdread Some time passed, did you figure out any workaround?