Stanislav Dmitrenko
Stanislav Dmitrenko
``` Error executing vim.schedule lua callback: vim/_init_packages.lua:0: .../start/navigator.lua/lua/navigator/lspclient/mapping.lua:392: 'end' expected (to close 'function' at line 131) near '' stack traceback: [C]: in function 'error' vim/_init_packages.lua: in function [C]: in function...
Thank you for the solutions. I tried one but result still not perfect: paste is not working. So I added this: ```lua local function copy(lines, _) vim.fn.OSCYankString(table.concat(lines, "\n")) end local...
I found two ways to fix almost all problems I mentioned. However it's unrelated to this issue about clipboard provider but I hope you can adapt it for your usecases...
Updated the solution for clipboard copying. Now it has no characters limit! Can be used by anyone with tmux/without, locally/over ssh. https://github.com/ojroques/vim-oscyank/issues/24#issuecomment-1175539644
How to use your app with root and iptables? Now I got connection refused every time even without root
Hm, you advised me to use your solution because it will not drain battery when device goes to sleep. Now you are saying I can use dnscrypt instead. It's a...
I removed your app. Then installed again. Unchecked first option and checked other 3 options. Then i saw the log I already wrote here. Nothing more, nothing less.
Maybe it's not working because I'm not using netguard? Is it required? I use this: iptables -t nat -A OUTPUT -p udp --dport 53 -j DNAT --to-destination 127.0.0.1:5300 && \...
Comparison table in Readme clearly says why your solution is better than alternatives. So even if Parsec will make a Linux support there is still a room for VDI Stream...
@mbroemme glad to hear that you still interested in adding new features and enhancing your app