Wednesday, December 9, 2020

YouCompleteMe with vim scp://

Is there a setting to get YouCompleteMe to work when using vim scp://host//file ?

It doesn't highlight errors, but if go to a line with an error and type
 ```:YcmShowDetailedDiagnostic```
It will correctly show the error in the status line.

I've tried:
```:let g:ycm_filetype_blacklist.netrw=0```

but does not seem to have any effect.

I'm in the same directory as my local source for the remote code, so the proper .ycm_extra_conf.py is loaded (and for good measure, also on the remote host)

Thanks

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/f92f9ec1-09b1-4c41-8587-d9cf29963409n%40googlegroups.com.

No comments: