This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-23
Channels
- # admin-announcements (1)
- # arachne (3)
- # aws (1)
- # bangalore-clj (2)
- # beginners (209)
- # boot (81)
- # capetown (2)
- # cider (16)
- # clara (13)
- # cljsjs (16)
- # cljsrn (6)
- # clojure (217)
- # clojure-czech (1)
- # clojure-greece (4)
- # clojure-italy (3)
- # clojure-korea (3)
- # clojure-russia (3)
- # clojure-sg (3)
- # clojure-spec (104)
- # clojure-uk (23)
- # clojurescript (7)
- # component (7)
- # cursive (18)
- # datomic (12)
- # devcards (34)
- # dirac (17)
- # editors (3)
- # emacs (1)
- # events (1)
- # hoplon (62)
- # immutant (12)
- # incanter (1)
- # jobs (1)
- # klipse (2)
- # ldnclj (1)
- # luminus (1)
- # mount (1)
- # off-topic (8)
- # om (50)
- # onyx (46)
- # parinfer (5)
- # pedestal (4)
- # perun (2)
- # reagent (1)
- # rum (1)
- # schema (5)
- # specter (30)
- # untangled (5)
- # vim (46)
neovim users, can you successfully run a clojure repl using the :terminal command as part of your workflow? I am getting horrible performance issues
Even though it doesn't have bindings for boot yet, you can run IronPromptCommand
and then pass the boot command to it
Such as <leader>sr
and <leader>sR
for requiring the current file and for requiring it aliased, respectively..
thanks @ingvij when running UpdateRemotePlugins
to setup iron.nvim
it’s giving me an error
only thing I can think is potentially I’ve compiled nvim without python support? anyway I will have another look after lunch 🙂
the error hasn’t resolved
function remote#host#UpdateRemotePlugins[6]..<SNR>37_RegistrationCommands[15]..remote#host#Require[13]..provider#pythonx#Require, line 15
Vim(if):Channel was closed by the client
This version of the neovim python package requires nvim 0.1.6 or later
function remote#host#UpdateRemotePlugins[6]..<SNR>37_RegistrationCommands[15]..remote#host#Require[13]..provider#pythonx#Require, line 25
Failed to load python3 host. You can try to see what happened by starting nvim with $NVIM_PYTHON_LOG_FILE set and opening the generated log file. Also, the host
stderr is available in messages.
remote/host: generated rplugin manifest: /Users/Michael/.local/share/nvim/rplugin.vim
very confusing! I’ve commented out everything except plug to install iron.nvim and fireplace
what seems weird to me is the message This version of the neovim python package requires nvim 0.1.6 or later