mirage-0.0.1 is not a library.
Mirage
⚠️ Work in progress
Remote LSP proxy for Neovim - run language servers on remote machines while editing locally.
Usage
# Basic usage (syncs current directory)
# Custom workspace
Neovim Integration
:lua vim.lsp.start({ name = "mirage-rust-analyzer", cmd = {"mirage", "-H", "mara@127.0.0.1", "lsp", "rust-analyzer"}, root_dir = "/tmp/mirage", })
vim..
With nvim-lspconfig
local configs = require
configs. =
require..
Supported LSP Servers
rust-analyzer, clangd, pyright
Requirements
- LSP server installed on remote machine
- SSH access +
rsync