~p00f/lspcextras

Extras for lspce
add README.md
make lspcextras-rust-join-lines signature match join-line
implement experimental/joinLines

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~p00f/lspcextras
read/write
git@git.sr.ht:~p00f/lspcextras

You can also use your local clone with git send-email.

#lspcextras

Extras for lspce

#Formatting

lspcextras-format: Format the region if it is active, and the buffer otherwise

#rust-analyzer runnables/debuggables

#rust-analyzer Join Lines

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.

Do not follow this link