RA-Mux Config

This commit is contained in:
Snoweuph 2024-12-20 19:19:08 +01:00
parent aac8bb74d2
commit a40ab52509
Signed by: snoweuph
GPG key ID: BEFC41DA223CEC55
3 changed files with 10 additions and 1 deletions

3
.config/.gitignore vendored
View file

@ -25,6 +25,9 @@
# neovim
!/nvim/
# RA-Mux
!/ra-multiplex/
# git
!/git/
!/git-graph/

View file

@ -0,0 +1,6 @@
instance_timeout = 600 # after 10 minutes
gc_interval = 10 # every 10 seconds
listen = ["127.0.0.1", 27631] # localhost & some random unprivileged port
connect = ["127.0.0.1", 27631] # same as `listen`
log_filters = "info"
pass_environment = []

View file

@ -3,7 +3,7 @@ Description=Multiplex Rust Analyzer Sessions, for a fast LSP experience
[Service]
Type=simple
ExecStart=/usr/bin/zsh -l -c 'exec "$@"' _ ra-multiplex server
ExecStart=/usr/bin/zsh -l -c 'exec "$@"' _ %h/.local/share/cargo/bin/ra-multiplex server
[Install]
WantedBy=default.target