This commit is contained in:
Vivian 2023-01-05 13:50:37 +01:00
parent 31ea9f3e74
commit 9b2ba4f6ac
5 changed files with 39 additions and 46 deletions

5
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"Lua.diagnostics.globals": [
"vim"
]
}