diff options
Diffstat (limited to 'neovim.yaml')
-rw-r--r-- | neovim.yaml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/neovim.yaml b/neovim.yaml new file mode 100644 index 0000000..1288950 --- /dev/null +++ b/neovim.yaml @@ -0,0 +1,29 @@ +--- +base: lua51 + +globals: + vim: + any: true + assert: + args: + - type: bool + - type: string + required: false + assert.are.same: + args: + - type: any + - type: any + after_each: + args: + - type: function + before_each: + args: + - type: function + describe: + args: + - type: string + - type: function + it: + args: + - type: string + - type: function |