mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 22:30:25 +01:00
26 lines
843 B
Markdown
26 lines
843 B
Markdown
# Structured Editing
|
|
|
|
## S-expression data(Lisp)
|
|
|
|
- paredit/[lispy](https://github.com/doomemacs/doomemacs/tree/master/modules/editor/lispy): too
|
|
complex.
|
|
- [evil-cleverparens](https://github.com/emacs-evil/evil-cleverparens): simple and useful.
|
|
- [parinfer(par-in-fer)](https://shaunlebron.github.io/parinfer/): morden, simple, elegant and
|
|
useful, but works not well with some other completion plugins...
|
|
- to make parinfer works, you should disable sexp & smartparens in any lisp mode.
|
|
|
|
Some plugins:
|
|
|
|
- Emacs
|
|
- [parinfer-rusT-mode](https://github.com/justinbarclay/parinfer-rust-mode)
|
|
- Neovim
|
|
- [parinfer-rust](https://github.com/eraserhd/parinfer-rust)
|
|
- <https://github.com/Olical/conjure>
|
|
- Helix
|
|
- [parinfer #4090 - Helix](https://github.com/helix-editor/helix/discussions/4090)
|
|
|
|
## Other Languages
|
|
|
|
1. treesitter
|
|
1. ...
|