for lua only use stylua to format

This commit is contained in:
Thomas Ruoff
2023-04-26 22:29:58 +02:00
parent 55ead1caec
commit 857dfc4397
4 changed files with 46 additions and 35 deletions

View File

@@ -378,6 +378,13 @@ local servers = {
},
lua_ls = {
Lua = {
runtime = {
version = 'LuaJIT',
},
diagnostics = {
globals = { 'vim' },
},
format = { enable = false },
workspace = { checkThirdParty = false },
telemetry = { enable = false },
},