fix: disable lua_ls formatting with Neoconf

This commit is contained in:
Micah Halter
2023-07-06 15:29:37 -04:00
parent 822f6c2f03
commit b7160d3309
+20
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
}
}
}