diff options
Diffstat (limited to 'lua/lspconfig/configs/tinymist.lua')
| -rw-r--r-- | lua/lspconfig/configs/tinymist.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lua/lspconfig/configs/tinymist.lua b/lua/lspconfig/configs/tinymist.lua index 8112adcd..e669f682 100644 --- a/lua/lspconfig/configs/tinymist.lua +++ b/lua/lspconfig/configs/tinymist.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. +-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ---@param command_name string ---@return fun():nil run_tinymist_command, string cmd_name, string cmd_desc local function create_tinymist_command(command_name) |
