format own changes in init

This commit is contained in:
Thomas Ruoff
2023-03-07 22:52:38 +01:00
parent 8d9b4b2d6d
commit 8c12d8e565

View File

@@ -412,19 +412,17 @@ local servers = {
-- pyright = {},
rust_analyzer = {
check = {
command = "clippy"
}
command = 'clippy',
},
},
tsserver = {
diagnostics = {
ignoredCodes = {
7016 -- Could not find a declaration file for module
}
}
},
stylelint_lsp = {
7016, -- Could not find a declaration file for module
},
},
},
stylelint_lsp = {},
lua_ls = {
Lua = {
workspace = { checkThirdParty = false },