diff --git a/neovim.yml b/neovim.yml new file mode 100644 index 0000000..9de2931 --- /dev/null +++ b/neovim.yml @@ -0,0 +1,25 @@ +--- +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 diff --git a/selene.toml b/selene.toml new file mode 100644 index 0000000..032dba6 --- /dev/null +++ b/selene.toml @@ -0,0 +1 @@ +std = "neovim"