mirror of
https://github.com/lewis6991/gitsigns.nvim
synced 2025-02-21 06:57:35 +00:00
24 lines
544 B
JSON
24 lines
544 B
JSON
|
{
|
||
|
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
||
|
"runtime": {
|
||
|
"version": "LuaJIT"
|
||
|
},
|
||
|
"workspace.library": [
|
||
|
"$NVIM_TYPES_DIR",
|
||
|
"$NVIM_RUNTIME",
|
||
|
"lua",
|
||
|
],
|
||
|
"workspace.checkThirdParty": false,
|
||
|
"diagnostics": {
|
||
|
"groupFileStatus": {
|
||
|
"strict": "Opened",
|
||
|
"strong": "Opened",
|
||
|
},
|
||
|
"groupSeverity": {
|
||
|
"strong": "Warning",
|
||
|
"strict": "Warning",
|
||
|
},
|
||
|
"unusedLocalExclude": [ "_*" ],
|
||
|
}
|
||
|
}
|