graphviz.vim
graphviz.vim copied to clipboard
Autocompletion with ncm2 not working due to load order
Hi, I noticed that the autocompletion doesn't work with ncm2 if this plugin is loaded before ncm2. I don't think the if guard around the autocmd in ftplugin/dot.vim
, as if Ncm2Plugin isn't defined, the autocommand will never be executed.