mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2026-01-09 03:21:58 +00:00
15 lines
322 B
JSON
15 lines
322 B
JSON
{
|
|
"diagnostics.globals": ["vim"],
|
|
"diagnostics.severity": {
|
|
"undefined-global": "Error",
|
|
"codestyle-check": "Warning"
|
|
},
|
|
"workspace.library": [
|
|
"$VIMRUNTIME/lua",
|
|
"$VIMRUNTIME/lua/vim/lsp",
|
|
"~/.local/share/nvim/lazy",
|
|
"${3rd}/luassert/library"
|
|
],
|
|
"workspace.checkThirdParty": "Apply"
|
|
}
|