opalmay

Results 37 comments of opalmay

This issue still exists on the latest release. It's very confusing visually

```lua vim.api.nvim_create_autocmd("BufLeave", { callback = function() vim.g.neovide_scroll_animation_length = 0 vim.g.neovide_cursor_animation_length = 0 end, }) vim.api.nvim_create_autocmd("BufEnter", { callback = function() vim.fn.timer_start(70, function() vim.g.neovide_scroll_animation_length = 0.3 vim.g.neovide_cursor_animation_length = 0.08 end) end, })...

> The command on the website should output something in this case, it currently does nothing I agree, making the output more verbose in case of connection issues is within...

I don't actually know Rust, but here's what I came up with: ```rust let distro_name = std::env::var("WSL_DISTRO_NAME").ok(); let path = if let Some(distro_name) = distro_name { if !abs_path.starts_with("/mnt/") { format!("wsl$/{distro_name}{abs_path}")...

> @opalmay Looks promising! Have you tested each of the code paths to make sure they work, and with different types of paths (directories, files, network shares (if that's possible...

> Cool, I can't do it myself but hopefully @PThorpe92 can give it a once-over and smash that merge button. Should I create a separate PR?

As in, hide once when entering tablet mode?