Jeong, Heon
Jeong, Heon
Also IntelliJ(seems most of JetBrains IDEs) also supports :arrow_up: :arrow_up: to 'Search Everywhere'
I think this issue is due to https://github.com/rust-lang/rust/issues/36710 so there's not much things can be done from rust-rocksdb itself. I found https://github.com/rust-lang/rust/issues/36710#issuecomment-364623950 can be another mitigation without using docker builds.
> use vim.lsp.start instead Are there no LSP providing codelens with custom commands? Wondering this is something we can consider support in the future or never will be. And other...
Yeah I do need that wrapper part - at least `autocmd` to launch lsp. Just asking whether it's possible to disable nvim-lspconfig doing something with `commands` config.
Let me put it in this way - would you consider if I create a PR to skip registration of `commands` as user commands? like [setting commands_created](https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig/configs.lua#L283) but maybe with...
> could you explain what's your custom commands do in codelens ? Not something standard LSP functionality. Here they are: 1. LSP provides a sorted reference list with score, and...
What I just realized is my `commands` is actually for https://neovim.io/doc/user/lsp.html#vim.lsp.ClientConfig struct, where nvim-lspconfig has its own definition of `commands` which is described at https://github.com/neovim/nvim-lspconfig/blob/master/doc/lspconfig.txt#L281 And seems I need a...
> I would recommend against using `download-libtorch` and install libtorch manually instead. This automatic download is more of an historical mistake than anything else and should be avoided if you...
It seems `yt-dlp [some live channel]` gives only 1 chunk. Seems `EXT-X-RENDITION-REPORT` header contains the next m3u8 link and yt-dlp ignores it.
custom_method is to define custom method, not custom notification handler. I don't think `tower-lsp` currently handles custom notifications... Simply speaking, how about just work with custom methods for now, and...