Files
nvim-config/.luarc.json
Zakarya 02cba114d8 De-lobotomize the Lua Language Server
The AI code was wrong
Now here is some different AI code
2025-04-18 13:45:49 -07:00

8 lines
81 B
JSON

{
"Lua": {
"diagnostics": {
"globals": ["vim", "Snacks"]
}
}
}