Formating changes

This commit is contained in:
2023-06-28 23:05:22 +02:00
parent bafa85504c
commit 4ba52a710f

View File

@@ -21,7 +21,7 @@ mason_lspconfig.setup({
"html",
"cssls",
"lua_ls",
"pyright"
"pyright",
},
automatic_installation = true,
})
@@ -30,7 +30,7 @@ mason_null_ls.setup({
ensure_installed = {
"stylua",
"clang_format",
"eslint_d"
"eslint_d",
},
automatic_installation = true,
})