Files
nix-config/home/base/tui/editors/Structured-Editing.md
2025-04-19 21:56:26 +08:00

757 B

Structured Editing

S-expression data(Lisp)

  • paredit/lispy: too complex.
  • evil-cleverparens: simple and useful.
  • parinfer(par-in-fer): modern, 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:

Other Languages

  1. treesitter
  2. ...