diff options
| author | William Boman <william@redwill.se> | 2022-09-13 14:14:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-13 14:14:22 +0200 |
| commit | 2ca0caadbe9117cb295edda6aa3c03e354f2c3c1 (patch) | |
| tree | 2d855881b174cfa9dfbaca4890d899b052216597 /vim.yml | |
| parent | chore: update generated code (#53) (diff) | |
| download | mason-lspconfig-2ca0caadbe9117cb295edda6aa3c03e354f2c3c1.tar mason-lspconfig-2ca0caadbe9117cb295edda6aa3c03e354f2c3c1.tar.gz mason-lspconfig-2ca0caadbe9117cb295edda6aa3c03e354f2c3c1.tar.bz2 mason-lspconfig-2ca0caadbe9117cb295edda6aa3c03e354f2c3c1.tar.lz mason-lspconfig-2ca0caadbe9117cb295edda6aa3c03e354f2c3c1.tar.xz mason-lspconfig-2ca0caadbe9117cb295edda6aa3c03e354f2c3c1.tar.zst mason-lspconfig-2ca0caadbe9117cb295edda6aa3c03e354f2c3c1.zip | |
chore: add selene & cbfmt (#54)
Diffstat (limited to 'vim.yml')
| -rw-r--r-- | vim.yml | 67 |
1 files changed, 67 insertions, 0 deletions
@@ -0,0 +1,67 @@ +--- +globals: + jit.os: + type: string + property: read-only + package.config: + type: string + property: read-only + vim: + any: true + async_test: + args: + - type: function + assert.wait_for: + args: + - type: function + InstallHandleGenerator: + args: + - type: string + InstallContextGenerator: + args: + - type: any + - type: table + required: false + mockx.throws: + args: + - type: any + required: false + mockx.just_runs: + args: [] + mockx.returns: + args: + - type: any + + describe: + args: + - type: string + - type: function + before_each: + args: + - type: function + it: + args: + - type: string + - type: function + assert.equals: + args: + - type: any + - type: any + assert.same: + args: + - type: any + - type: any + assert.is_true: + args: + - type: any + assert.is_false: + args: + - type: any + assert.has_error: + args: + - type: function + assert.is_nil: + args: + - type: any + assert.spy: + any: true |
