- change default diagnostics source from nvim_lsp to nvim_diagnostic and deprecate nvim_lsp on neovim-0.6 and higher. - rename diagnostics source nvim to nvim_diagnostic. nvim could be confusing. fixes #473
* rename option and add to default config * combine separate if statements using else if