aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/configs/rune_languageserver.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lspconfig/configs/rune_languageserver.lua')
-rw-r--r--lua/lspconfig/configs/rune_languageserver.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/lua/lspconfig/configs/rune_languageserver.lua b/lua/lspconfig/configs/rune_languageserver.lua
index f0514b07..ce9f9a28 100644
--- a/lua/lspconfig/configs/rune_languageserver.lua
+++ b/lua/lspconfig/configs/rune_languageserver.lua
@@ -1,3 +1,10 @@
+-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+-- This config is DEPRECATED.
+-- Use the configs in `lsp/` instead (requires Nvim 0.11).
+--
+-- ALL configs in `lua/lspconfig/configs/` will be DELETED.
+-- They exist only to support Nvim 0.10 or older.
+-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
return {
default_config = {
cmd = { 'rune-languageserver' },