I have my vim config set up and I use it on both macos and windows/WSL2-ubuntu.
On macos coc-flutter works just fine, however with nvim installed on windows (with powershell) and on ubuntu through WSL2 I keep getting the following issues:
2022-05-29T14:57:34.725 ERROR (pid:4624) [node-client] - Error on notification "jumpDefinition": definition provider not found for current buffer, your language server doesn't support it. Error
at BM.echoError (C:\Users\conta\AppData\Local\nvim-data\plugged\coc.nvim\build\index.js:35:1869)
at BM.<anonymous> (C:\Users\conta\AppData\Local\nvim-data\plugged\coc.nvim\build\index.js:301:19122)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
2022-05-29T14:57:34.726 ERROR (pid:4624) [attach] - Error: definition provider not found for current buffer, your language server doesn't support it.
at Dx.checkProvier (C:\Users\conta\AppData\Local\nvim-data\plugged\coc.nvim\build\index.js:301:5836)
at VD.request (C:\Users\conta\AppData\Local\nvim-data\plugged\coc.nvim\build\index.js:287:2737)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async VD.gotoDefinition (C:\Users\conta\AppData\Local\nvim-data\plugged\coc.nvim\build\index.js:287:4147)
at async xx.cocAction (C:\Users\conta\AppData\Local\nvim-data\plugged\coc.nvim\build\index.js:301:17514)
at async BM.<anonymous> (C:\Users\conta\AppData\Local\nvim-data\plugged\coc.nvim\build\index.js:301:19085)
Describe the bug
I have my vim config set up and I use it on both macos and windows/WSL2-ubuntu. On macos coc-flutter works just fine, however with nvim installed on windows (with powershell) and on ubuntu through WSL2 I keep getting the following issues:
Here is my vim config: https://github.com/akvus/akv-vim-config
To Reproduce Steps to reproduce the behavior:
Expected behavior
jumpDefinition
etc. should workDesktop (please complete the following information):
Output channel:
"flutter.trace.server": "verbose"
:CocRestart
:CocCommand workspace.showOutput
open output list and selectflutter
Config Here is my vim config: https://github.com/akvus/akv-vim-config