Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Nvchad | 19,524 | 11 hours ago | 2 | August 19, 2021 | 3 | gpl-3.0 | Lua | |||
Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience. | ||||||||||
Vim Galore | 15,684 | 2 months ago | 8 | cc-by-sa-4.0 | Vim script | |||||
:mortar_board: All things Vim! | ||||||||||
Learn Vim | 11,865 | 2 months ago | 16 | other | ||||||
Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for 📖 | ||||||||||
Oni | 11,477 | 3 | 4 years ago | 6 | April 02, 2017 | 518 | mit | TypeScript | ||
Oni: Modern Modal Editing - powered by Neovim | ||||||||||
Vnote | 10,810 | 4 days ago | 597 | lgpl-3.0 | C++ | |||||
A pleasant note-taking platform. | ||||||||||
Vim.wasm | 5,298 | 2 | 2 | 4 months ago | 14 | December 30, 2019 | 14 | Vim Script | ||
Vim editor ported to WebAssembly | ||||||||||
Amp | 3,423 | 20 days ago | 11 | February 05, 2020 | 96 | other | Rust | |||
A complete text editor for your terminal. | ||||||||||
Evil | 3,050 | 13 days ago | 254 | gpl-3.0 | Emacs Lisp | |||||
The extensible vi layer for Emacs. | ||||||||||
Awesome Devenv | 2,574 | 3 months ago | 22 | |||||||
A curated list of awesome tools, resources and workflow tips making an awesome development environment. | ||||||||||
Nvimdots | 2,306 | 17 hours ago | 8 | mit | Lua | |||||
A well configured and structured Neovim. |
parentheses inference for Lisp
See the Parinfer Home Page for a complete exploration.
Parinfer is a proof-of-concept editor mode for Lisp programming languages. It simplifies the way we write Lisp by auto-adjusting parens when indentation changes and vice versa. The hope is to make basic Lisp-editing easier for newcomers and experts alike, while still allowing existing plugins like Paredit to satisfy the need for more advanced operations.
This project is split into two parts:
See the Parinfer Demo Editor to try the latest version online.
Parinfer is still in early development. Several people have started integrating it into code editors at various stages of development.
Parinfer will soon be available for some REPL environments as well:
Let me know if you're working on a plugin, or check the lib readme for extra guidance. Thanks!