Sergey Kochetkov
Sergey Kochetkov
https://github.com/folke/trouble.nvim/issues/70#issuecomment-1522085016 considering `tsc.nvim` now [supports](https://github.com/dmmulroy/tsc.nvim#usage) watch mode I modified your solution to auto-close the `trouble.nvim` window when `tsc` returns no errors: ```lua -- Replace the quickfix window with Trouble when...
I've submitted a PR to support this https://github.com/folke/tokyonight.nvim/pull/464
I guess my example might have similar root cause 
It is safe to say that after updating nightly to today's build the error is gone
@mikesmithgh thank you, I did mention that in the issue here https://github.com/williamboman/mason.nvim/issues/1689#issuecomment-2078711997 I'll update the PR accordingly, thank you
I can confirm the issue with "prettierd" ignoring local config overrides. The method suggested by @mononoken helped resolve this obscure issue.
It looks like the very same bug applied to 'truncate' behavior.
@jamestrew my STR are: * set `path_display` to `truncate` * enable `telescope_zf` plugin * fire `find_files` picker and search for something containing space(a valid delimiter for `zf` to narrow the...
I appreciate your generous contribution of time and effort, @jamestrew. Your minimal configuration seems to be correct. However, the crucial element of my reproduction relies on the utilization of the...
@jamestrew thank you. Unfortunately, I cannot share the exact file paths, but there are [screenshots](https://github.com/natecraddock/telescope-zf-native.nvim/issues/11#issue-2097590057) that illustrate that behavior. I hope it helps 😬