Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update and add links for vim editor support #446

Merged
merged 1 commit into from
Dec 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion editor-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ See ["Using Emacs as an IDE"](emacs-ide.html).

## Vim & Neovim

[Slimv](https://www.vim.org/scripts/script.php?script_id=2531) is a full-blown
[Slimv](https://github.com/kovisoft/slimv) is a full-blown
environment for Common Lisp inside of Vim.

[Vlime](https://github.com/vlime/vlime) is a Common Lisp dev
Expand All @@ -69,6 +69,11 @@ frontend for Quicklisp.
[Slimv_box](https://github.com/justin2004/slimv_box) brings Vim, SBCL, ABCL,
and tmux in a Docker container for a quick installation.

See also:

* [Lisp in Vim](https://susam.net/blog/lisp-in-vim.html) demonstrates usage and
compares both Slimv and Vlime

## Atom

See [SLIMA](https://github.com/neil-lindquist/slima). This package
Expand Down