diff options
| author | dundargoc <gocdundar@gmail.com> | 2024-12-22 14:10:44 +0100 |
|---|---|---|
| committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2024-12-22 14:37:19 +0100 |
| commit | d68378cca4ad7b924507357227ace2333cf23f1a (patch) | |
| tree | 60c8e3332837de700068a920cd0f8fa0cf0b1b24 /test | |
| parent | refactor: deprecate util.path.path_separator (diff) | |
| download | nvim-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.lua | 2 |
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() |
