diff options
author | Christian Segundo | 2023-10-08 22:30:48 +0200 |
---|---|---|
committer | Christian Segundo | 2023-10-08 22:30:48 +0200 |
commit | 9ff53495505b8b70971d50ef05b2863a9ce27112 (patch) | |
tree | 2c121e4de865febbe809379c6ec0fc725c92125d /neovim.yaml | |
parent | a4644e03b1aa7daf0f2d4c0474d04c3b3aabebbd (diff) | |
parent | afa6b4b6195483d73cb6a91bc757652301275ed6 (diff) | |
download | promqlfmt-9ff53495505b8b70971d50ef05b2863a9ce27112.tar.gz |
Merge branch 'ft/ci'
Diffstat (limited to 'neovim.yaml')
-rw-r--r-- | neovim.yaml | 29 |
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 |