From f9ae3dfe99026f49f710c60b98901cfe2d947a13 Mon Sep 17 00:00:00 2001 From: yannickreiss Date: Tue, 1 Oct 2024 17:34:54 +0200 Subject: [PATCH] Format with 4 spaces of indentation --- lua/pascal_mode.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/pascal_mode.lua b/lua/pascal_mode.lua index 91710d9..9ee8352 100644 --- a/lua/pascal_mode.lua +++ b/lua/pascal_mode.lua @@ -41,7 +41,7 @@ vim.api.nvim_create_autocmd({ "BufLeave" }, { -- @short The format function for pascal. local function auto_format() vim.cmd("checktime %") - local write_cmd = "ptop -c ~/.config/nvim/ptop.conf " + local write_cmd = "ptop -i 4 -c ~/.config/nvim/ptop.conf " .. vim.api.nvim_buf_get_name(0) .. " " .. vim.api.nvim_buf_get_name(0)