aboutsummaryrefslogtreecommitdiffstats
path: root/vim.yml
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-09-13 14:14:22 +0200
committerGitHub <noreply@github.com>2022-09-13 14:14:22 +0200
commit2ca0caadbe9117cb295edda6aa3c03e354f2c3c1 (patch)
tree2d855881b174cfa9dfbaca4890d899b052216597 /vim.yml
parentchore: update generated code (#53) (diff)
downloadmason-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.yml67
1 files changed, 67 insertions, 0 deletions
diff --git a/vim.yml b/vim.yml
new file mode 100644
index 0000000..72b86e7
--- /dev/null
+++ b/vim.yml
@@ -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