This commit is contained in:
Daniel Flanagan 2022-07-13 14:07:01 -05:00
parent cc66b769b5
commit 60740173ac
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
2 changed files with 2 additions and 2 deletions

View File

@ -281,11 +281,10 @@ vim.api.nvim_create_autocmd("TextYankPost", {
end, end,
}) })
vim.api.nvim_create_autocmd("InsertLeave", { vim.api.nvim_create_autocmd("BufWritePost", {
pattern = "*", pattern = "*",
callback = function() callback = function()
vim.lsp.buf.formatting_seq_sync() vim.lsp.buf.formatting_seq_sync()
vim.cmd 'write'
end, end,
}) })

View File

@ -8,6 +8,7 @@
# fi # fi
paru -Sy --needed --noconfirm \ paru -Sy --needed --noconfirm \
watchexec \
fwupd \ fwupd \
docker `# Containers` \ docker `# Containers` \
ncdu `# Disk Usage Analyzer` \ ncdu `# Disk Usage Analyzer` \