Format with 4 spaces of indentation
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 21s Details

This commit is contained in:
Yannick Reiß 2024-10-01 17:34:54 +02:00
parent c2705d1f1e
commit f9ae3dfe99
1 changed files with 1 additions and 1 deletions

View File

@ -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)