jint_lzxy_
jint_lzxy_
@ayamir I'm not _quite_ sure, AFAIK these conflicting keybindings may be caused by plugin updates or upstream naming/implementation changes. I found some subtle problems but haven't tracked down the _actual_...
It can be confirmed that these subtle problems disappear with plugin updates, so it is no longer necessary to update keybindings
@jczhang02 It seems like there is a problem with upstream support for `Winbar`. Current suggestion is to temporarily disable related features 😕.
yep, everything went fine after I switched to `navic` again 👍 . @jczhang02
We're all set 🎉
Which file (filetype) are u editing and what server(s) are u using?
Thanks for the info! Can you provide more information regarding the memory map of that process? Those given by [pmap(1)](https://manpages.ubuntu.com/manpages/lunar/en/man1/pmap.1.html) and `/proc/(Process-PID)/maps` should suffice.
Looks like the problem comes from here: ```console 7f2e2abf1000-7f2e9abf2000 rw-p 00000000 00:00 0 ``` Some simple calculations yield: ```console size: 1879052288 B [OR] 1879.052288 MB [OR] 1.879052288 GB perm: [R]ead,...
> Can you tell me which codes may cause this problem? Well actually this _is_ where the problem kicks in - we have no idea where this region was mapped...
> the short answer is the `--embed` process is spawn for the non-embed host process for editing on current embedded terminal. Long answer: https://github.com/neovim/neovim/pull/10071 (or https://github.com/neovim/neovim/pull/18375)