Disable pascal formatter.
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 33s
Details
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 33s
Details
This commit is contained in:
parent
e5aa6d7012
commit
6e48879ffa
|
@ -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,
|
||||
--})
|
||||
|
|
Loading…
Reference in New Issue