github / github/copilot.vim

New Node Process for every Nvim Instance Eating up alot of RAM

未關閉
#266 3 則留言 17 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Vim Script
星號
11.7k
分支
810
PR 合併指標
30 天內沒有已合併 PR

描述

Everytime I open a new neovim instance(i.e typing `nvim` in the terminal , whether or not your opening a file/buffer doesn't matter) the following process pops up:
```
node ~/.npm/_npx/8784704caaadcd38/node_modules/.bin/copilot-language-server --stdio
```
For example, opening two terminals and typing 'nvim' causes two process like this to appear. When closing `nvim` , these processes linger on taking up RAM until they eventually die(don't know how much time , but not being killed immediately is too long)

A similar issue is currently open in the pure lua replacement of this plugin [copilot.lua](https://github.com/zbirenbaum/copilot.lua/issues/625)

I have disabled this plugin because using it is unbearable on a system with limited RAM

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。