Exafunction / codeium.nvim

A native neovim extension for Codeium
MIT License
658 stars 50 forks source link

crashing on second instance of nvim #30

Closed WillEhrendreich closed 1 year ago

WillEhrendreich commented 1 year ago

for whatever reason im getting it crashing if i ever open up a second neovim instance.

after turning on trace logging i get this.

[codeium] [DEBUG 18:02:58] ...al/share/nvim-data/lazy/codeium.nvim/lua/codeium/api.lua:209: 46504: I0317 18:02:57.435801 46504 main.go:357] Starting language server manager with pid 46504
[codeium] [DEBUG 18:02:58] ...al/share/nvim-data/lazy/codeium.nvim/lua/codeium/api.lua:209: 46504: F0317 18:02:57.438467 46504 main.go:81] Failed to acquire manager lock file C:/Temp/nvim/codeium/manager/locks/manager.lock: <nil>
[codeium] [ERROR 18:02:58] ...share/nvim-data/lazy/codeium.nvim/lua/codeium/notify.lua:14: codeium server crashed:  {
[codeium]   code = 1
[codeium] }

I don't think this used to happen... and I'm not sure how it gets the lock in the first place or why it would not be able to get one a second time.