add README.md
make lspcextras-rust-join-lines signature match join-line
implement experimental/joinLines
Extras for lspce
lspcextras-format
: Format the region if it is active, and the buffer otherwise
lspcextras-rust-runnables
: runs runnables (main executable/tests) with compilelspcextras-rust-debuggables
: runs runnables under dape. Needs codelldb installed for dape.lspcextras-rust-join-lines
: use this with remap
, like so:
(define-key rust-ts-mode-map [remap evil-join] #'lspcextras-rust-join-lines)
I only use evil mode, so I haven't yet figured out how to make this work correctly with [remap join-line]
- patches welcome.