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,
})
vim.api.nvim_create_autocmd("InsertLeave", {
vim.api.nvim_create_autocmd("BufWritePost", {
pattern = "*",
callback = function()
vim.lsp.buf.formatting_seq_sync()
vim.cmd 'write'
end,
})

View File

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