Munif Tanjim
Munif Tanjim
If GitHub open-source those, yep. Sadly the new Copilot features are very coupled with VSCode at this moment. This plugin was possible because of this: https://github.com/github/copilot.vim/tree/release/copilot/dist
Does this bug happen on 71382c2efec76647287d46a4fbe0ec8c9809e2ee? I think some things might be broken because https://github.com/zbirenbaum/copilot.lua/pull/262 was merged without making necessary changes.
I just meant that https://github.com/github/copilot.vim has other changes in these commits: - https://github.com/github/copilot.vim/commit/1a55183ef9347d6f420406a3746474b6b9fb9ef5 - https://github.com/github/copilot.vim/commit/49e0348bfb913fae63ca5ddb987a8bccd193da86 - https://github.com/github/copilot.vim/commit/a8142d44602f1b3f7b5c03c52b55f8f5d3453bf0 - https://github.com/github/copilot.vim/commit/22fd9542e3c47552abab5e685fefd760e4f405b2 Since those were not ported over in copilot.lua, that could potentially...
Are you using latest `0.10` nightly?
Just disable it? `:Copilot disable`
Weirdly, if I disconnect my network, I get these in the `~/.local/state/nvim/lsp.log` file: ```log [ERROR][2023-05-07 22:19:53] .../vim/lsp/rpc.lua:734 "rpc" "node" "stderr" "[ERROR] [default] [2023-05-07T16:19:53.216Z] Request Error: The pending stream has been...
Also what's the output of `:Copilot version`?
> Also what's the output of :Copilot version? > ``` > copilot.vim 1.8.4 > copilot.lua 8b0fd23747ef82154ef9f919c75623156465cc89 > copilot/dist/agent.js 1.84.0 > Node.js 20.0.0 > ``` Usually that output also contains neovim's...
- https://github.com/zbirenbaum/copilot.lua/issues/217
> default to `vim.loop.cwd()` https://github.com/zbirenbaum/copilot.lua/blob/2c942f33ba5c621c906e625e00a1bb504b65e2f0/lua/copilot/client.lua#L183