Disable pascal formatter.
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 33s
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 33s
This commit is contained in:
@@ -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,
|
||||
--})
|
||||
|
||||
Reference in New Issue
Block a user