高浩亮

Results 37 comments of 高浩亮

yeah, i had reported a similar issue before #189 maybe it can be fixed by doing `api.nvim_exec('wincmd p')` before `view:close()` is called

same issue to #169, but it's closed and i want to put out more info about this, so i opened another issue

hi, thanks to your fix, i can confirm that error is gone. my last comment is nvim-treesitter specific, so i think this issue can be closed safely.

though i am not sure `{lang.script}` if is `{}[]` (an array of dict) in servser side, i just see response data's structure in nvim.lsp['window/showMessageRequest'] handler.

```sh app_dir=$(dirname ) echo "INPUT(-lncursesw)" > $app_dir/libncurses.so.5 ``` 我参考 issue 的 description 执行了上面的命令,但是问题并没有得到解决(依旧出现issue中的报错信息)。@hzhangxyz 是我哪里理解错了吗? 我这的运行环境: archlinux, i3wm

> Not sure if this is wanted please allow me to add my thoughts here. it's definitely wanted for a user like me, i have some related uses that can...

A similar case is ```lua local foo do local bar = "bar" foo = bar end ``` which I wished stylua puts the `do` in the same line of `local...

thanks for considering this issue. with more tests, I added the 4th case.

i found a similar issue, as it also uses `nvim_cmd(nvim_parse_cmd())` combination, so i put it here. steps to reproduce: * `nvim --clean test.lua` * `:source` * '#E444 Cannot close last...

thanks for considering this! yeah, i noticed the namespace param but failed to mention that, but that really dont matter too much