fix: disable lua_ls
formatting with Neoconf
This commit is contained in:
parent
8b8a9a035f
commit
59b12098bd
1 changed files with 20 additions and 0 deletions
20
.neoconf.json
Normal file
20
.neoconf.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"neodev": {
|
||||
"library": {
|
||||
"enabled": true,
|
||||
"plugins": true
|
||||
}
|
||||
},
|
||||
"neoconf": {
|
||||
"plugins": {
|
||||
"lua_ls": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"lspconfig": {
|
||||
"lua_ls": {
|
||||
"Lua.format.enable": false
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue