Add Config Files
This commit is contained in:
parent
ade387bdb6
commit
f071a73fdb
520 changed files with 45353 additions and 1 deletions
15
.config/nvim/.luarc.json
Normal file
15
.config/nvim/.luarc.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"diagnostics.globals": [
|
||||
"vim",
|
||||
"null_ls",
|
||||
"local",
|
||||
"grep",
|
||||
"current_line_blame",
|
||||
"dependencies"
|
||||
],
|
||||
"diagnostics.disable": [
|
||||
"redundant-value",
|
||||
"undefined-global",
|
||||
"unused-local"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue