format lua files

This commit is contained in:
2025-04-09 22:22:12 +02:00
parent 584ad307d6
commit 2b21ea5e4e
20 changed files with 213 additions and 226 deletions

View File

@@ -1,6 +1,5 @@
local M = {}
M.setup_server = function(lspconfig, capabilities, on_attach)
-- lspconfig['pyright'].setup {
-- capabilities = capabilities,
@@ -137,7 +136,6 @@ M.setup_server = function(lspconfig, capabilities, on_attach)
}
lspconfig.neocmake.setup({})
end
end
return M