summaryrefslogtreecommitdiff
path: root/neovim.yaml
diff options
context:
space:
mode:
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