clean nvim

This commit is contained in:
2025-10-12 19:01:26 +03:00
parent ee1aae1562
commit c19881baf5
42 changed files with 763 additions and 1209 deletions

View File

@@ -0,0 +1,14 @@
{
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"runtime": {
"version": "LuaJIT"
},
"workspace": {
"library": [
"lua",
"$VIMRUNTIME",
"${3rd}/luv/library"
],
"checkThirdParty": false
}
}