-
Hey, I just wanted to ask. I program in Python and Rust using neovim with coc-vim and coc-rust-analyzer and coc-pyright enabled. I've installed them using I see in htop the language servers don't shutdown even if I close neovim, even after few hours from last time I'm done using it. Is this a normal behaviour? If this the right place to ask that question? I could provide more logs if they are needed. Thats my .vimrc: https://github.com/Ginkooo/configs/blob/main/.vim/.vimrc In CocConfig i just have these two lines: {
"python.formatting.provider": "black",
"coc.preferences.formatOnSave": true
} The processes copied from
They consume quite a lot of memory. Thanks :) PS
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Can't reproduce, after you close nvim, coc.nvim client and all servers that launched by coc.nvim will be terminated. How do you close nvim? |
Beta Was this translation helpful? Give feedback.
-
Seems coc.nvim process not killed as expected, checkout |
Beta Was this translation helpful? Give feedback.
Seems coc.nvim process not killed as expected, checkout
:h g:coc_process_pid