Format with 4 spaces of indentation
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user