vim-lsc icon indicating copy to clipboard operation
vim-lsc copied to clipboard

Errors wit python-language-server

Open reidrac opened this issue 3 years ago • 0 comments

  with io.open(self.path, 'r', encoding='utf-8') as f:^@IsADirectoryError: [Errno 21] Is a directory: '/home/myuser/src/wokdir/'^@

I get a lot these with:

  • vim-lsc master
  • python-language-server 0.36.2
  • nvim v0.6.1

It doesn't seem to have an effect.

reidrac avatar Feb 15 '22 21:02 reidrac