mine-hyprdots/vim/.config/nvim/.luarc.json

15 lines
272 B
JSON
Raw Normal View History

2024-09-12 22:26:43 +05:30
{
"diagnostics.globals": [
"vim",
"null_ls",
"local",
"grep",
"current_line_blame",
"dependencies"
],
"diagnostics.disable": [
"redundant-value",
"undefined-global",
"unused-local"
]
}