A Common Lisp development environment for Vim and Neovim with REPL integration, debugging, and IDE-like features.
Vlime is a Common Lisp development environment for Vim and Neovim that provides REPL integration, debugging support, code completion, and other IDE-like features. It solves the problem of lacking a robust Lisp development environment in Vim by offering tools similar to Emacs' SLIME.
Common Lisp developers who prefer using Vim or Neovim as their primary editor and want a feature-rich development environment with interactive programming capabilities.
Developers choose Vlime because it offers a native Vim/Neovim implementation using Vimscript and Lisp, leverages modern Vim channel APIs, and provides a complete alternative to SLIMV with better integration and performance.
A Common Lisp dev environment for Vim (and Neovim)
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Vlime is an open-source alternative to the following products:
SLIMV is a Vim plugin that provides a SLIME-like development environment for Lisp (Common Lisp, Clojure, Scheme) within Vim, offering REPL integration, interactive evaluation, and debugging.
SLIME (Superior Lisp Interaction Mode for Emacs) is an Emacs mode for developing Common Lisp applications, providing an integrated development environment with interactive debugging, compilation, and evaluation.