Using Vim for Lisp development

前端 未结 11 2092
悲&欢浪女
悲&欢浪女 2020-12-22 17:23

I\'ve been using Lisp on and off for a while but I\'m starting to get more serious about doing some \"real\" work in Lisp. I\'m a huge Vim fan and was wondering how I can be

11条回答
  •  春和景丽
    2020-12-22 18:05

    Here we are 9 years later, and now we have Vim 8 and Neovim, both providing the ability to interact with plugins asynchronously.

    vlime is an excellent, feature-rich plugin that takes advantage of the new async interface to provide a SLIME-like dev environment for Common Lisp.

提交回复
热议问题