Are there more sexp cheat sheets that I haven't found yet? I'm currently using https://gist.github.com/cszentkiralyi/a9a4e78dc746e29e0cc8 and it's pretty good but maybe it's missing something?
Am I crazy in starting to look into making my own neovim GUI?
I definitely have no spare time but the temptation is big
Well, if you have neovim 5+, you could use visual studio code as a frontend(for example)
Oh you can? My intention is to leverage neovim for everything and just provide hooks for the external ui
I've never used it myself, I like my "raw" neovim, but here's the plugin <https://marketplace.visualstudio.com/items?itemName=asvetliakov.vscode-neovim>
Ah no that’s doing way too much.
there are few others as well: • https://glitchtron.org/veonim/ • https://github.com/rockerBOO/awesome-neovim#ui
I’m using vimr for my daily driver but I’m interested to play around
is there something like cider-jack-in for Vim? I would like to open a single file outside of a project and evaluate forms without running a Repl manually in another tab
If you use vim-iced, there is https://liquidz.github.io/vim-iced/vim-iced.html#%3AIcedJackIn
ah, that looks good! Thanks ❤️
There is also https://github.com/clojure-vim/vim-jack-in
the vim-iced command is not working outside a project
Plug 'clojure-vim/vim-jack-in'
Was opening standalone clj files your usecase? I can check if it works
👍 I’ll give it a go, thank!
Seems to work
you jack in with :Clj and it starts a background process
:Clj
:!< {:mvn/version "0.7.0"} refactor-nrepl {:mvn/version "2.5.0"} cider/cider-nrepl {:mvn/version "0.25.2"} }}' -e "(require 'nrepl.cmdline) (
nrepl.cmdline/-main \"--middleware\" \"[ refactor-nrepl.middleware/wrap-refactor cider.nrepl/cider-middleware]\")" (neovim/77697)
Press ENTER or type command to continue
sweet!
If you run neovim it's ctrl + \ and ctrl + n to get out of terminal mode, I had never been in it the first time I ran it this addon so it was a bit weird 🙂
@g3o instant connect is usable for outside a project https://liquidz.github.io/vim-iced/vim-iced.html#%3AIcedInstantConnect