summaryrefslogtreecommitdiff
path: root/neovim.yaml
diff options
context:
space:
mode:
authorChristian Segundo2024-02-18 08:19:51 +0100
committerChristian Segundo2024-02-18 08:19:51 +0100
commit85d7d7c082bd84d3c701ceec3d477ee37db5c827 (patch)
treeb78f09285c5120783f94cf9c2465a46439af2b71 /neovim.yaml
parent7869bf2c310fbed680abd01d45a17057f857bf30 (diff)
downloadconfig-85d7d7c082bd84d3c701ceec3d477ee37db5c827.tar.gz
bootstrap
Diffstat (limited to 'neovim.yaml')
-rw-r--r--neovim.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/neovim.yaml b/neovim.yaml
new file mode 100644
index 0000000..76f9b9e
--- /dev/null
+++ b/neovim.yaml
@@ -0,0 +1,24 @@
+---
+base: lua51
+globals:
+ vim:
+ any: true
+ assert:
+ args:
+ - type: bool
+ - type: string
+ required: false
+ after_each:
+ args:
+ - type: function
+ before_each:
+ args:
+ - type: function
+ describe:
+ args:
+ - type: string
+ - type: function
+ it:
+ args:
+ - type: string
+ - type: function