From a4644e03b1aa7daf0f2d4c0474d04c3b3aabebbd Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sun, 8 Oct 2023 01:59:18 +0200 Subject: first commit --- neovim.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 neovim.yaml (limited to 'neovim.yaml') 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 -- cgit v1.2.3