15 ms·
Any idea if there is a way to check for presence of Ideavim in vimrc/init.vim? I have a single config for all vim related things(vimrc) and source it for neovi
by badhrink 6y ago
Any idea if there is a way to check for presence of Ideavim in vimrc/init.vim?
I have a single config for all vim related things(vimrc) and source it for neovim as well, hence I was curious. For example,
has('nvim') checks for neovim.
Something like this for 'ideavim' would mean I can add IntelliJ related stuff inside that check.
- modernerd 6y agoI haven’t tried it but there are a couple of suggested workarounds here: https://stackoverflow.com/questions/34528322/how-to-include-only-some-of-vimrc-in-ideavimrc https://stackoverflow.com/questions/34528322/how-to-include-...