We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d0a9d commit 0b917f6Copy full SHA for 0b917f6
1 file changed
lua/CopilotChat/utils.lua
@@ -16,7 +16,7 @@ M.get_remote_plugins_path = function()
16
local os = vim.loop.os_uname().sysname
17
if os == 'Linux' or os == 'Darwin' then
18
return '~/.local/share/nvim/rplugin.vim'
19
- elseif os == 'Windows' then
+ else
20
return '~/AppData/Local/nvim/rplugin.vim'
21
end
22
0 commit comments