+21
LICENSE
+21
LICENSE
···
+110
README.md
+110
README.md
···+Jack in to CLJ & Leiningen REPLs from Neovim. Inspired by [vim-jack-in](https://github.com/clojure-vim/vim-jack-in)+Force the usage of powershell. In windows setting `vim.o.shell = powershell` might sometimes not be optimal. Clj by default on windows is installed as a powershell module. This forces the plugin to use powershell.+This plugin automatically registers 2 commands `:Clj`and `:Lein` to start their respective REPLs+You can supply additional arguments to the command. For example to use [Kit-Clj](https://kit-clj.github.io) development mode you can do.+This project is open source, not just public source. If you wish to contribute start with an issue.
+115
lua/nvim-jack-in.lua
+115
lua/nvim-jack-in.lua
···+local cider = "-M -m nrepl.cmdline --interactive --middleware '[" .. map_clj_middleware_to_string() .. "]'"+return "lein update-in :plugins conj '[" .. map_lein_plugins_to_string() .. "]' -- repl" .. args