feat: emacs - replace smartparens with parinfer

feat: emacs - add emacs-rime
This commit is contained in:
Ryan Yin
2024-01-05 18:37:51 +08:00
parent 3f7c023251
commit d5ef998239
8 changed files with 120 additions and 96 deletions

View File

@@ -3,7 +3,7 @@
## S-expression data(Lisp)
- paredit/[lispy](https://github.com/doomemacs/doomemacs/tree/master/modules/editor/lispy): too complex.
- [evil-smartparens](https://github.com/expez/evil-smartparens): simple and useful.
- [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.
@@ -14,6 +14,8 @@ Some plugins:
- 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