## versions
vim version: NVIM v0.6.1
node version: v17.7.2
coc.nvim version: 0.0.80-0480cbd997
coc.nvim directory: /home/yingmanwumen/.config/nvim/pack/coc.nvim/start/coc.nvim
term: alacritty
platform: linux
## Log of coc.nvim
2022-05-13T10:59:18.182 INFO (pid:90347) [services] - registered service "highlight"
2022-05-13T10:59:18.206 INFO (pid:90347) [services] - registered service "rust-analyzer"
2022-05-13T10:59:18.207 INFO (pid:90347) [services] - Rust Analyzer Language Server state change:
→stopped => starting
2022-05-13T10:59:18.266 INFO (pid:90347) [plugin] - coc.nvim 0.0.80-0480cbd997 initialized with node: v17.7.2 after 254ms
2022-05-13T10:59:18.289 INFO (pid:90347) [language-client-index] - Language server "rust-analyzer" started with 90382
2022-05-13T10:59:18.323 INFO (pid:90347) [services] - Rust Analyzer Language Server state change: starting => running
2022-05-13T10:59:18.333 INFO (pid:90347) [services] - service rust-analyzer started
2022-05-13T10:59:18.345 INFO (pid:90347) [watchman] - watchman watching project: /home/yingmanwumen/Documents/Codes/Leetcode
2022-05-13T10:59:21.073 INFO (pid:90347) [attach] - receive notification: highlight []
2022-05-13T10:59:25.028 INFO (pid:90347) [attach] - receive notification: showInfo []
What's the output of :CocCommand rust-analyzer.serverVersion
[coc.nvim] rust-analyzer 5d5bbec 2022-05-12 dev
I am using nvim v0.6.1, and the coc-rust-analyzer version is 0.56.0。
What's the output of
:CocInfo
What's the output of
:CocCommand rust-analyzer.serverVersion
I am using
nvim v0.6.1
, and the coc-rust-analyzer version is0.56.0
。My
CocConfig
looks like:I am trying to test
inlayHints
by this code:and the inlay hints doesn't work:
I run this command:
and chose
rust-analyzer
, then the output is:I don't know what happened and what should I do to fix that.