I have found several topics that come close to matching my issue but, does not completely solve my problem. I have read about, and tried researching, the .vim/ftplugin/ and .vim/after/ftplugin/ methods of dealing with several filetypes and additively changing the configurations. I have also tried overriding a ~/.vimrc config file with a ../ftplugin to no avail.
Question: What is the best solution for setting a default .vimrc iff one does not exist in the .vim/ftplugin/ directory? I have a standard vim configuration that I would like to apply if the filetype loaded is not one of which I have a filetype.vim configuration in the ftplugin directory.
Thank you.