Skip to content

Commit

Permalink
chore: configure Selene
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorias committed Feb 26, 2024
1 parent 01eb929 commit 932e0c6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions neovim.yml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions selene.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
std = "neovim"

0 comments on commit 932e0c6

Please sign in to comment.