Add Config Files

This commit is contained in:
ayushDumasia 2024-09-12 22:26:43 +05:30
parent ade387bdb6
commit f071a73fdb
520 changed files with 45353 additions and 1 deletions

15
.config/nvim/.luarc.json Normal file
View file

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