diff options
author | Christian Segundo | 2023-10-08 01:59:18 +0200 |
---|---|---|
committer | Christian Segundo | 2023-10-08 01:59:18 +0200 |
commit | a4644e03b1aa7daf0f2d4c0474d04c3b3aabebbd (patch) | |
tree | 90ab0f6151a8bd1efae60111c5a204cb9435102d /neovim.yaml | |
parent | b816ee2793da722f5aa27f9f5a2fd077a6dfc091 (diff) | |
download | promqlfmt-a4644e03b1aa7daf0f2d4c0474d04c3b3aabebbd.tar.gz |
first commit
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 |