mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-19 07:54:28 +01:00
850 B
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:
- Emacs
- Neovim
- Helix
Other Languages
- treesitter
- ...