Fork me on GitHub
#clojure-europe
<
2023-06-28
>
schmalz07:06:28

Morning all.

ray09:06:19

:morn/ing

reefersleep12:06:02

Good morning 🙂

reefersleep12:06:05

vim users: how do you refac something like nesting an ns in yet another folder, retaining a valid ns path? (`com.myorg.newfolder.myns`)

reefersleep12:06:37

Move the file by hand in the terminal, then open the file and change the (ns) ?

dharrigan12:06:05

That's what I do 🙂

reefersleep13:06:48

I was thinking there might be some refac option that I could use, like in Cursive.

reefersleep13:06:25

I mean, it's no biggie, but I want to utilise everything available (I'm getting back into using vim for Clojure). Well, nvim + conjure.

mdiin13:06:05

It has been a while since I used Conjure, does it use clojure-lsp? If so there should be an lsp-rename available somehow, which will move the file as well. At least there is in Emacs (M-x lsp-rename).

timo15:06:09

there is indeed this functionality but it is not exposed afaik

picard-facepalm 2
reefersleep09:06:55

Still in development?

timo11:06:39

I mean the lsp exposes it but I think conjure does not, afaik

🙏 2