Closed oblitum closed 4 years ago
I have one additional query:
When I use my full .vimrc
(I also have denite and others), prosession causes two directories to be created, a ~/.vim/session/
one with sessions, and a ~/.vim/sessions/
one with default.vim
. Is it normal? This default.vim
file is created even with let g:prosession_on_startup = 0
.
Never mind, that's created by another plugin.
Will debug it and see if I find something.
I tested using :
versions
vim version: NVIM v0.5.0-ca02db1 node version: v13.2.0 coc.nvim version: 0.0.78-70aac81740 term: iTerm.app platform: darwin
I am not seeing the same issue. Can you confirm if you are still facing this issue ? @oblitum
Result from :CocInfo
versions
vim version: NVIM v0.4.2 node version: v12.13.0 coc.nvim version: 0.0.74-317e3212e3 term: tmux-256color platform: linux
Messages
Output channel: watchman
Output channel: git
Looking for git in: git
Output channel: snippets
[Info - 12:49:02 PM] watchman watching project: /home/francisco/.config/coc/ultisnips [Info - 12:49:02 PM] subscribing "*/.snippets" in /home/francisco/.config/coc/ultisnips
Output channel: prettier
Describe the bug
coc.nvim has some incompatibility with the vim-prosession that causes an error when leaving neovim:
Reproduce the bug
Create file
mini.vim
with:Start (neo)vim with command:
nvim -u mini.vim
Close nvim.
Restart (neo)vim with command:
nvim -u mini.vim
Close nvim.
The error message shows up with closing, but it's pretty quickly. I couldn't reproduce the same on Vim, only with NeoVim.