diff options
Diffstat (limited to 'lua/nvim-lsp-installer/installers/gem.lua')
| -rw-r--r-- | lua/nvim-lsp-installer/installers/gem.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lua/nvim-lsp-installer/installers/gem.lua b/lua/nvim-lsp-installer/installers/gem.lua index c01f1449..c8d03298 100644 --- a/lua/nvim-lsp-installer/installers/gem.lua +++ b/lua/nvim-lsp-installer/installers/gem.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.gem", + vim.log.levels.WARN +) + local path = require "nvim-lsp-installer.path" local Data = require "nvim-lsp-installer.data" local process = require "nvim-lsp-installer.process" |
