johnpyp
johnpyp
That is the way that [vim-go](https://github.com/fatih/vim-go) does it. For example, in my .vimrc: ``` let g:go_highlight_types = 1 let g:go_highlight_methods = 1 let g:go_highlight_function_calls = 1 let g:go_highlight_functions = 1...
This would be a great feature. We have a monorepo with some large dependencies, as well as monorepo dependencies. The monorepo packages change often, and our dependencies don't. We'd like...
Actually, this fix doesn't work. I've been trying a bunch of variations but I can't seem to get it to register the proper variables. However, doing something along the lines...
Yeah, like I mentioned in the Filebrowser issue, it might be useful to have this in an "optional additions" section and link to it in the vpn section.
Maybe a stretch, but this might be a good consideration for vpn + downloader combo: https://github.com/haugene/docker-transmission-openvpn It is based on transmission rather than deluge, though I'm not sure how big...
Other options, with less vpn flexibility but supporting deluge or qBittorrent. I've heard qBittorrent is better with lots of torrents than deluge is, and personally I've been experience quite a...
I haven't tried it yet, I will today.
I've been testing it a bit, and it seems fairly consistent, though there are offset problems as is to be expected of subtitle providers. I haven't tried sub-zero at all...
Using yarn 2, as well as when copying large amounts of files (like node_modules) in a build process, tsserver would basically fail (all actions would just hang and never resolve)...
@harryjubb 's suggestion of disabling Vue in polyglot with ``` let g:polyglot_disabled = ['vue'] ``` worked perfectly for me, removing all the lag I had (it was *really* bad)