summaryrefslogtreecommitdiff
path: root/neovim.yaml
diff options
context:
space:
mode:
authorChristian Segundo2023-10-08 11:52:40 +0200
committerChristian Segundo2023-10-08 22:30:00 +0200
commitafa6b4b6195483d73cb6a91bc757652301275ed6 (patch)
tree2c121e4de865febbe809379c6ec0fc725c92125d /neovim.yaml
parenta4644e03b1aa7daf0f2d4c0474d04c3b3aabebbd (diff)
downloadpromqlfmt-afa6b4b6195483d73cb6a91bc757652301275ed6.tar.gz
Add test cases
Diffstat (limited to 'neovim.yaml')
-rw-r--r--neovim.yaml29
1 files changed, 0 insertions, 29 deletions
diff --git a/neovim.yaml b/neovim.yaml
deleted file mode 100644
index 1288950..0000000
--- a/neovim.yaml
+++ /dev/null
@@ -1,29 +0,0 @@
----
-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