Results 368 comments of rayx

The configuration looks fine. Is the file linked to another file or is it in a cloud shared folder?

When running commands from the command line, ``` goimports /home/username/project/internal/pkg/service/processor/bridge/bridge.go stat /home/username/project/internal/pkg/service/processor/bridge/bridge.go ``` Is the output expected?

I use colorscheme `ray-x/aurora` and the font is `VictorMono`. But they are mostly personal nvim settings.

Same issue here. The only addon is that I am using `org` format.

Thanks for raising the issue. I have not seen this issue so far. Do you have a specific setup for diagnostic? When will the error pop up?

Do you enabled diagnostics in edit mode(so diagnostic will run on every keystroke?) What language server are you using?

hi, @Rejudge-F Thanks for the PR. Could you send the LSPs you tested with these changes? I'd like to verify your PR with a few LSPs to make sure it...

If the issue were easy to reproduce, a log wouldn’t be necessary. Since I can’t reproduce it on my end, a log would be really helpful. By the way, as...

you can have additional logs by setup ```lua { verbose = true, -- enable for debug log_path = vim.fn.expand('$HOME') .. '/tmp/gonvim.log', -- this put lots at ~/tmp/gonvim.log } ``` Please...