Clarence

Results 10 comments of Clarence

@ignamartinoli already implemented in my fork: [chenrry666/lsp-setup.nvim branch fix_inlay_hints](https://github.com/chenrry666/lsp-setup.nvim/tree/fix_inlay_hints) detalis here: [anchorite/lsp-setup.nvim](https://github.com/anchorite/lsp-setup.nvim/pull/1) ps. I forked the repo from anchorite/lsp-setup.nvim instead of here because inlay_hints is really good.

The same question. Any status here? The clion is installed on windows,and conan is installed in ubuntu. I try modifying the conan launch path to `ubuntu2004.exe run ‘~/.local/bin/conan’` This works...

That's fine, I can install the dependencies manually and hope to use Conan 2.0! :smile:

> Seems that some apps contains a localized infoplist yeah! Recently I tried to edit an app's display name and I found it doesn't work. And later I found `en.lproj`...

Sorry for the late reply! Quite busy these days. > I think it already does this. I didn't notice it, sorry for the inconvenience. However, there is an issue of...

I am using Arch Linux. The dotfiles repo isn't bare repo, so it is using worktree. **The files are correctly ignored**, sorry I didn't mention that. The issue is that...

I couldn't reach my laptop in two weeks at the moment. 🫠 It was sent for repair just this afternoon. Hence I could't provide more details in a short time....

Luckily I am able to come back. Here are the results: ```bash ❯ git status --porcelain | wc -l 70 ❯ find . -type f |wc -l 163871 ``` Much...

`codelldb` doesn't have an official aarch64 package, and this issue isn't related to mason.nvim. If you're using termux, just use `lldb-dap` instead, (in the lldb package)

> maybe `vim.uri_decode` ? Good point! Maybe we could provide a hook to detect the old pattern and automatically update to `vim.uri_(en|de)code` and remove it when bumping major version. PS:...