DarkMatter in Cyberspace
  • Home
  • Categories
  • Tags
  • Archives

Use Conque and Clojure REPL as Clojure IDE


conque is a vim plugin which allows you to run shell in a vim buffer.

To install, download conque_2.3.tar.gz and extract it into ~/.vim/bundle (yes you have to use pathogen to manage your vim plugins). Start vim, input ":Con", it will be extract to ":ConqueTerm ", then input the command you want to run, like bash, clojure, python, etc.

Other commands include ConqueTermSplit, ConqueTermTab, ConqueVSplit.

The workflow is:

  1. Start vi and ":ConqueTerm clojure";

  2. Input something;

  3. Back to normal mode and use ":w mylog" to save your script.

Note: you have to add file name after :w every time saving the script for the "buftype" attribute is "nofile".



Published

Sep 23, 2013

Last Updated

Sep 23, 2013

Category

Tech

Tags

  • clojure 26
  • conque 1
  • IDE 26
  • Vim 92

Contact

  • Powered by Pelican. Theme: Elegant by Talha Mansoor