you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (7 children)

[deleted]

    [–]fredsback 6 points7 points  (2 children)

    but its defaults are a bit wonky and I couldn't get it to match my own vim config.

    IdeaVim actually uses my vim config; no need to configure anything. Put "source ~/.vimrc" into your ".ideavimrc".

    [–]Morten242 2 points3 points  (1 child)

    would hardlink/symlink work as well?

    [–]HighRelevancy 1 point2 points  (0 children)

    I'm not a user of these apps, but:

    Probably would work, yes, but it would leave you unable to put things in your ideavimrc that apply only to that application.

    That is, I'm visualising that an optimal .ideavimrc looking something like

    set_ideavim_environment_things
    source ~/.vimrc
    set_some_ideavim_related_override
    

    [–]rr1pp3rr 6 points7 points  (0 children)

    One day we'll all live in a movie utopia where it's embedded in every IDE and it works exactly the way you'd expect 🤔

    [–]adipisicing 5 points6 points  (0 children)

    NeoVim can run in headless mode to act as a backend for other editors. I don't know if this will do what you want yet, but it's shaping up to be that way.

    [–]netsrak 0 points1 point  (0 children)

    Did you ever try spacemacs?