Skip to content

Commit

Permalink
fix: disable lua_ls formatting with Neoconf
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Jul 6, 2023
1 parent 8b8a9a0 commit 59b1209
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .neoconf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"neodev": {
"library": {
"enabled": true,
"plugins": true
}
},
"neoconf": {
"plugins": {
"lua_ls": {
"enabled": true
}
}
},
"lspconfig": {
"lua_ls": {
"Lua.format.enable": false
}
}
}

0 comments on commit 59b1209

Please sign in to comment.