aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/installers/dotnet.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvim-lsp-installer/installers/dotnet.lua')
-rw-r--r--lua/nvim-lsp-installer/installers/dotnet.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/lua/nvim-lsp-installer/installers/dotnet.lua b/lua/nvim-lsp-installer/installers/dotnet.lua
index 172cd370..2c09aed4 100644
--- a/lua/nvim-lsp-installer/installers/dotnet.lua
+++ b/lua/nvim-lsp-installer/installers/dotnet.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.dotnet",
+ vim.log.levels.WARN
+)
+
local installers = require "nvim-lsp-installer.installers"
local std = require "nvim-lsp-installer.installers.std"
local process = require "nvim-lsp-installer.process"