diff options
Diffstat (limited to 'lua/lspconfig/configs/powershell_es.lua')
| -rw-r--r-- | lua/lspconfig/configs/powershell_es.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lua/lspconfig/configs/powershell_es.lua b/lua/lspconfig/configs/powershell_es.lua index 2004d334..b476cd50 100644 --- a/lua/lspconfig/configs/powershell_es.lua +++ b/lua/lspconfig/configs/powershell_es.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. +-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! local temp_path = vim.fn.stdpath 'cache' local util = require 'lspconfig.util' |
