(no title)
badhrink | 5 years ago
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|5 years ago
https://stackoverflow.com/questions/34528322/how-to-include-...