mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
Some checks failed
CI / build_image (push) Has been cancelled
CI / test_ale (--linters-only) (push) Has been cancelled
CI / test_ale (--lua-only) (push) Has been cancelled
CI / test_ale (--neovim-07-only) (push) Has been cancelled
CI / test_ale (--neovim-08-only) (push) Has been cancelled
CI / test_ale (--vim-80-only) (push) Has been cancelled
CI / test_ale (--vim-90-only) (push) Has been cancelled
21 lines
438 B
JSON
21 lines
438 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
|
|
"diagnostics.globals": [
|
|
"vim"
|
|
],
|
|
"workspace.ignoreDir": [
|
|
"test"
|
|
],
|
|
"workspace.library": [
|
|
"/usr/share/nvim/runtime/lua",
|
|
"/opt/homebrew/share/nvim/runtime/lua"
|
|
],
|
|
"runtime.pathStrict": true,
|
|
"runtime.path": [
|
|
"lua/?.lua",
|
|
"lua/?/init.lua"
|
|
],
|
|
"runtime.version": "LuaJIT",
|
|
"hint.enable": false
|
|
}
|