Disable pascal formatter.
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 33s

This commit is contained in:
2024-12-12 06:18:24 +01:00
parent e5aa6d7012
commit 6e48879ffa

View File

@@ -50,7 +50,7 @@ local function auto_format()
end
-- Add formatter command
vim.api.nvim_create_autocmd({ "BufWritePost" }, {
pattern = { "*.pas" },
callback = auto_format,
})
--vim.api.nvim_create_autocmd({ "BufWritePost" }, {
-- pattern = { "*.pas" },
-- callback = auto_format,
--})