From 0ce4c8f78f9f7607cd88964e15f8bfec5b505b9a Mon Sep 17 00:00:00 2001 From: William Boman Date: Sun, 7 Nov 2021 14:35:30 +0100 Subject: remove deprecated g:lsp_installer_log_level variable --- plugin/nvim-lsp-installer.vim | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'plugin') diff --git a/plugin/nvim-lsp-installer.vim b/plugin/nvim-lsp-installer.vim index 6650290f..e6470072 100644 --- a/plugin/nvim-lsp-installer.vim +++ b/plugin/nvim-lsp-installer.vim @@ -73,14 +73,3 @@ command! LspInstallLog call s:LspInstallLog() let &cpo = s:save_cpo unlet s:save_cpo - - - -""" -""" Backward compat for deprecated g:lsp_installer* options. Remove by 2021-12-01-ish. -""" -if exists("g:lsp_installer_log_level") - " legacy global variable option - call luaeval("require('nvim-lsp-installer').settings { log_level = _A }", g:lsp_installer_log_level) - lua vim.notify("[Deprecation notice] Providing settings via global variables (g:lsp_installer_log_level) is deprecated. Please refer to https://github.com/williamboman/nvim-lsp-installer#configuration.", vim.log.levels.WARN) -endif -- cgit v1.2.3-70-g09d2