Files
nix-config/home/base/desktop/editors/Structured-Editing.md
2024-01-15 14:13:36 +08:00

850 B

Structured Editing

S-expression data(Lisp)

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

Other Languages

  1. treesitter
  2. ...