From 85d7d7c082bd84d3c701ceec3d477ee37db5c827 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sun, 18 Feb 2024 08:19:51 +0100 Subject: bootstrap --- neovim.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 neovim.yaml (limited to 'neovim.yaml') 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 -- cgit v1.2.3