Fork me on GitHub
#cursive
<
2022-03-06
>
jasonjckn19:03:08

anyone use the vim plugin with cursive, do you know if there’s a way to do key bindings based on the filetype=clojure in ~/.ideavimrc? vim’s autocmd isn’t supported.

serioga21:03:17

Not possible AFAIK

👍 1
tawonga22:03:08

Yep. Works great in latest versions of the plugin

tawonga22:03:27

if has('ide')
    if &ide ~=? 'intellij idea'
        ...clojure specific config here
     endif
endif

tawonga22:03:12

Oh, now I see. This works for me as I use Intellij idea for cursive only...may not apply to you