mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-17 22:49:42 +02:00
748 B
748 B
Structured Editing
S-expression data(Lisp)
- paredit/lispy: too complex.
- evil-smartparens: 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
- treesitter
- ...