chore: minor changes

This commit is contained in:
Kristofers Solo
2024-03-09 14:57:04 +02:00
parent 61b013792e
commit c9cf36710c
22 changed files with 258 additions and 31 deletions

23
neovim.yml Normal file
View File

@@ -0,0 +1,23 @@
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