added some config

This commit is contained in:
Alexey 2025-07-06 14:04:09 +03:00
commit 017beacb06
5 changed files with 310 additions and 0 deletions

4
nvim/.luarc.json Normal file
View file

@ -0,0 +1,4 @@
{
"$SCHEMA": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"diagnostics.globals": [ "vim" ]
}