mine-hyprdots/vim/.config/nvim/.luarc.json
2024-09-18 00:20:46 +05:30

15 lines
No EOL
272 B
JSON

{
"diagnostics.globals": [
"vim",
"null_ls",
"local",
"grep",
"current_line_blame",
"dependencies"
],
"diagnostics.disable": [
"redundant-value",
"undefined-global",
"unused-local"
]
}