Regenerate nvim config
This commit is contained in:
8
config/neovim/store/lazy-plugins/nvim-lint/tests/loop.py
Normal file
8
config/neovim/store/lazy-plugins/nvim-lint/tests/loop.py
Normal file
@ -0,0 +1,8 @@
|
||||
import asyncio
|
||||
|
||||
|
||||
async def sleep():
|
||||
while True:
|
||||
await asyncio.sleep(1)
|
||||
|
||||
asyncio.run(sleep())
|
||||
Reference in New Issue
Block a user