diff options
Diffstat (limited to 'lua/nvim-lsp-installer/installers/composer.lua')
| -rw-r--r-- | lua/nvim-lsp-installer/installers/composer.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lua/nvim-lsp-installer/installers/composer.lua b/lua/nvim-lsp-installer/installers/composer.lua index 26e4e7be..6d60e0b1 100644 --- a/lua/nvim-lsp-installer/installers/composer.lua +++ b/lua/nvim-lsp-installer/installers/composer.lua @@ -1,3 +1,10 @@ +require "nvim-lsp-installer.notify"( + ( + "%s has been deprecated. See https://github.com/williamboman/nvim-lsp-installer/wiki/Async-infrastructure-changes-notice" + ):format "nvim-lsp-installer.installers.composer", + vim.log.levels.WARN +) + local installers = require "nvim-lsp-installer.installers" local std = require "nvim-lsp-installer.installers.std" local platform = require "nvim-lsp-installer.platform" |
