mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 19:43:40 +01:00
7 lines
172 B
JSON
7 lines
172 B
JSON
|
{
|
||
|
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
||
|
"Lua.diagnostics.globals": [
|
||
|
"vim",
|
||
|
"luakit"
|
||
|
]
|
||
|
}
|