diff options
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/nvim-lsp-installer.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/nvim-lsp-installer.vim b/plugin/nvim-lsp-installer.vim index 6e9e192d..1293b7fb 100644 --- a/plugin/nvim-lsp-installer.vim +++ b/plugin/nvim-lsp-installer.vim @@ -1,5 +1,6 @@ if exists('g:loaded_nvim_lsp_installer') | finish | endif let g:loaded_nvim_lsp_installer = 1 +let g:lsp_installer_allow_federated_servers = get(g:, "lsp_installer_allow_federated_servers", 1) let s:save_cpo = &cpo set cpo&vim |
