mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 17:36:27 +00:00
Add selene config for neovim
This commit is contained in:
parent
10674c428b
commit
e843e6c355
25
neovim.yml
Normal file
25
neovim.yml
Normal file
@ -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
selene.toml
Normal file
1
selene.toml
Normal file
@ -0,0 +1 @@
|
||||
std = "neovim"
|
Loading…
Reference in New Issue
Block a user