sshfs
sshfs is used to file mount remote files or directories. This is especially useful for development since I may not have access to lsp for certain servers.
For macos it is important to download MacFuse to enable mounting.
Mounting command
Section titled “Mounting command”sshfs user@remote_host:/path/to/repo ~/remote_repoUnmount command
Section titled “Unmount command”fusermount -u ~/remote_repo # Linuxumount ~/remote_repo # macOS