Frederick Zhang

Results 190 comments of Frederick Zhang

@abeldekat I can certainly do that. And I was also thinking maybe instead of categories, I can add a `cond = function(lazyPlugin, autocmdArgs)` or something so that users can have...

I patched Neovim v0.9.5 with https://github.com/neovim/neovim/pull/27947 however this issue still persisted. Not sure if https://github.com/neovim/neovim/pull/27947 actually relies on something else and I should try Neovim nightly instead. I'll check it...

I'm using v0.10.0 now and unfortunately https://github.com/neovim/neovim/pull/27947 didn't help. (I'm actually experiencing more flickering now in general. Not sure if they are relevant.)

@2KAbhishek I migrated from `asdf` to `mise`. To avoid re-downloading every Go install, (and I was only experimenting with `mise` initially so for being able to switch back to `asdf`,)...

Not sure if we want this or the old behaviour where we it simply updated all windows. But I can see how this makes things easier when a user has...

Are you not able to see any compilation errors or only those from Android projects? I use nvim-jdtls and it puts compilation errors in quickfix list: https://github.com/mfussenegger/nvim-jdtls/blob/66b5ace68a5d1c45fdfb1afa8d847e87af2aa1f8/lua/jdtls.lua#L900.

Experiencing this issue too. Same thing happens with `jump_type = 'tab'` btw. ```diff diff --git a/lua/telescope/builtin/__lsp.lua b/lua/telescope/builtin/__lsp.lua index 01a1991..192998e 100644 --- a/lua/telescope/builtin/__lsp.lua +++ b/lua/telescope/builtin/__lsp.lua @@ -194,12 +194,15 @@ local function...

Should we reopen this based on comment https://github.com/iamcco/coc-diagnostic/issues/155#issuecomment-1596372535?

Shameless advertisement: https://github.com/Frederick888/git-credential-keepassxc#scripting

@bendem 1. I don't speak French(?) 0. `-vv` to enable verbose logs 0. Even better, do a debug build and then `-vvv` 0. You should file an issue in my...