diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/configs.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/lspconfig/configs.lua b/lua/lspconfig/configs.lua index b4f9ca08..65b0b8fb 100644 --- a/lua/lspconfig/configs.lua +++ b/lua/lspconfig/configs.lua @@ -1,3 +1,8 @@ +-- This entire module will only be usfeul for Nvim older than 0.11, since vim.lsp.config makes this module obsolete. So +-- it's easier to just disable all warnings for now and remove this file when it's no longer relevant. +--- @diagnostic disable: assign-type-mismatch +--- @diagnostic disable: param-type-mismatch + local util = require 'lspconfig.util' local async = require 'lspconfig.async' local api, validate, lsp, fn = vim.api, vim.validate, vim.lsp, vim.fn |
