AutoYADM commit: 2025-01-22 11:10:08

This commit is contained in:
Daniel Fichtinger 2025-01-22 11:10:08 -05:00
parent 885d04165b
commit 374a618b1c

View file

@ -1,4 +1,5 @@
vim.opt_local.breakindent = true
vim.opt_local.scrolloff = 4
-- vim.opt_local.textwidth = 80
vim.api.nvim_create_autocmd({ "InsertLeave", "TextChanged" }, {
buffer = 0,