Disable pascal formatter.
This commit is contained in:
@@ -50,7 +50,7 @@ local function auto_format()
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- Add formatter command
|
-- Add formatter command
|
||||||
vim.api.nvim_create_autocmd({ "BufWritePost" }, {
|
--vim.api.nvim_create_autocmd({ "BufWritePost" }, {
|
||||||
pattern = { "*.pas" },
|
-- pattern = { "*.pas" },
|
||||||
callback = auto_format,
|
-- callback = auto_format,
|
||||||
})
|
--})
|
||||||
|
|||||||
Reference in New Issue
Block a user