aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2024-12-22 14:10:44 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2024-12-22 14:37:19 +0100
commitd68378cca4ad7b924507357227ace2333cf23f1a (patch)
tree60c8e3332837de700068a920cd0f8fa0cf0b1b24 /test
parentrefactor: deprecate util.path.path_separator (diff)
downloadnvim-lspconfig-d68378cca4ad7b924507357227ace2333cf23f1a.tar
nvim-lspconfig-d68378cca4ad7b924507357227ace2333cf23f1a.tar.gz
nvim-lspconfig-d68378cca4ad7b924507357227ace2333cf23f1a.tar.bz2
nvim-lspconfig-d68378cca4ad7b924507357227ace2333cf23f1a.tar.lz
nvim-lspconfig-d68378cca4ad7b924507357227ace2333cf23f1a.tar.xz
nvim-lspconfig-d68378cca4ad7b924507357227ace2333cf23f1a.tar.zst
nvim-lspconfig-d68378cca4ad7b924507357227ace2333cf23f1a.zip
refactor: silence luals warnings
Diffstat (limited to 'test')
-rw-r--r--test/lspconfig_spec.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lspconfig_spec.lua b/test/lspconfig_spec.lua
index c4d75ed6..52d33eac 100644
--- a/test/lspconfig_spec.lua
+++ b/test/lspconfig_spec.lua
@@ -1,7 +1,9 @@
local root = vim.fn.getcwd()
describe('lspconfig', function()
+ --- @diagnostic disable-next-line:undefined-field
local eq = assert.are.equal
+ --- @diagnostic disable-next-line:undefined-field
local same = assert.are.same
before_each(function()