Henry Wang

Results 24 issues of Henry Wang

before pressing move_cursore_key ![image](https://user-images.githubusercontent.com/28958399/198712353-cd3981b2-3ecb-4f16-ac24-b3536c3c541c.png) after pressing: ![image](https://user-images.githubusercontent.com/28958399/198712421-3eb384c3-0c27-433d-afcc-c9815a3a75c0.png) Notice I am now still in insert mode, but it should be in normal mode. And when I press ESC to try to...

Could we add highlights to function arguments, function type signatures, and enum members, so that input and enum members are highlighted? I understand this may add colours that are not...

![image](https://user-images.githubusercontent.com/28958399/143225942-7de2585a-5985-46c4-bd41-633ad0bfa233.png) I tried it with and without treesitter highlights (commented out). ```lua require('calltree').setup({ -- where the calltree ui will spawn layout = "left", layout_size = 40, jump_mode = "invoking", icons...

I can't see any error logs when it exits. replicated with this neovim config: https://github.com/mtshiba/pylyzer/issues/40