AutoYADM commit: 2025-01-21 18:05:06

This commit is contained in:
Daniel Fichtinger 2025-01-21 18:05:06 -05:00
parent 582cbd44ea
commit e01abab560

View file

@ -1 +1,5 @@
vim.opt_local.breakindent = true
vim.api.nvim_create_autocmd({ "InsertLeave", "TextChanged" }, {
buffer = 0,
command = "silent! write",
})