humorless / dotfiles

My dotfiles/ vim plugin setup scripts/ Clojure dev environment vagrant file
2 stars 1 forks source link

Using nREPL to debug #8

Open humorless opened 4 years ago

humorless commented 4 years ago
  1. Luminus-based Application has built-in nrepl dependency
  2. Setup :nrepl-port at config.edn
  3. Prepare vim, vim-fireplace, and source code repo at deployment machine
  4. Open vim, and issue the command
    :Connect nrepl://localhost:7000

    Or

    echo 7000 > .nrepl-port
humorless commented 4 years ago

Luminus Referecne DrawBridge

humorless commented 4 years ago
  1. Install vim plugin only
    curl -o- https://raw.githubusercontent.com/humorless/dotfiles/master/vim/install_plugin.sh | bash
  2. vim-fireplace commit 1ef0f0726cadd96547a5f79103b66339f170da02 is compatible with vim 7.4