fix: disable `lua_ls` formatting with Neoconf

This commit is contained in:
Micah Halter 2023-07-06 09:16:09 -04:00
parent 8b8a9a035f
commit 59b12098bd
No known key found for this signature in database
GPG Key ID: 4224A6EA9A8CAAA8
1 changed files with 20 additions and 0 deletions

20
.neoconf.json Normal file
View File

@ -0,0 +1,20 @@
{
"neodev": {
"library": {
"enabled": true,
"plugins": true
}
},
"neoconf": {
"plugins": {
"lua_ls": {
"enabled": true
}
}
},
"lspconfig": {
"lua_ls": {
"Lua.format.enable": false
}
}
}