Open imamatory opened 5 years ago
You have a typo in your :dependencies
key in your .lein/profiles.clj
Thanks. Now line with repl-options
don't crash it down. But the main problem still here.
Also there is not :CljFmtRange
command found in my editor however i used it earlier.
If i use Plug 'venantius/vim-cljfmt', { 'for': 'clojure' }
CljFmtRange appears in the first opened buffer in current vim session however if i try to open another buffer it hangs until i press ctrl-c and after that there is no :CljFmtRange
in menu.
if i use Plug 'venantius/vim-cljfmt'
:CljFmtRange
don't appears at all.
My vimrc if it can help https://github.com/imamatory/dotfiles/blob/master/files/vimrc
When call either Cljfmt or CljfmtRange on the whole buffer it truncates text. Debugging the plugin with
echo
ended with wrong capturingfireplace#session_eval
output The function called with correct buffer content returns truncated result orredir
behaves unexpectedly here: https://github.com/venantius/vim-cljfmt/blob/f4bbc04967202a2b94a0ebbb3485991489b9dcd4/plugin/cljfmt.vim#L61-L73 Example of work: SourceAfter fixing
My
~/.lein/profiles.clj
P.S. I have set up clojure environment first time and probably missed some points