Results 7 issues of cnfczn

I am very lucky to find snapdrop. It can now fulfill all my needs. But whether the ui language can support other languages, or define a configuration file. It is...

When inputting Chinese, the text width is not calculated correctly, resulting in the cursor positioning error. The same font configuration did not happen in nvim (terminal) and nvim-qt. Font configuration:...

my vim configuration uses autochdir, but the current path is not changed when the wilder executes : e /path/of/ file

bug
neovim

``` flameshot[13422]: QPainter::begin: Paint device returned engine == 0, type: 2 flameshot[13422]: QPainter::setRenderHint: Painter must be active to set rendering hints flameshot[13422]: QPainter::setCompositionMode: Painter not active flameshot[13422]: QPainter::translate: Painter not...

### Neovim version (nvim -v) NVIM v0.8.0 Build type: Release LuaJIT 2.1.0-beta3 ### Vim (not Nvim) behaves the same? Unable to verify ### Operating system/version gentoo linux ### Terminal name/version...

status:needs-repro
bug-crash

like: var json = '{"count":12,"members":[{"name":"a"},{"name":"b"}],"data1":123,"data2":{"child1":456}}'; var obj = jsonDecode(json); print(obj.data1); //or print(obj.data1?.data2);

feature

I would like to implement a feature that allows for keyword search highlighting within the markdown_widget package. The goal is to enable users to input a keyword and have all...

enhancement