11671. Evaluate Clojure From Neovim (jaketrent.com)
Here's how to evaluate a buffer in neovim in a clojure repl.InstallConjure supports interactive evaluation of several languages from within nvim, including Clojure.Install it with packer:return require('packer').startup(function(use) -- ... use { 'Olical/conjure', -- repl ft = 'clojure' } -- ... end...