new nvim config WIP

This commit is contained in:
Bryan Ramos 2024-08-20 16:53:12 -04:00
parent 8163e330a0
commit 4c8fadee55
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
14 changed files with 463 additions and 0 deletions

5
nvim/.luarc.json Normal file
View file

@ -0,0 +1,5 @@
{
"diagnostics.disable": [
"missing-fields"
]
}