1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 03:00:06 +08:00
SpaceVim/bundle/nvim-web-devicons/.luarc.json

13 lines
201 B
JSON
Raw Normal View History

2023-05-30 21:40:52 +08:00
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"runtime.version" : "Lua 5.1",
"diagnostics": {
"globals": [
"vim",
"jit",
"bit"
]
}
}