When I try to use an alias of some namespace in emacs/cider, it's resolved, insterted and required. Maybe I'm dumb but I can't find an option to turn this behaviour on or off. Any ideas?
M-x customize-variable cljr-magic-requires and turn it off.
That is, if it's clj-refactor doing this. I suppose this could also be done by lsp-mode, but it's most likely the former.
That was it, thank you!