AutoYADM commit: 2025-02-01 21:30:03

This commit is contained in:
Daniel Fichtinger 2025-02-01 21:30:03 -05:00
parent 15a5bb1540
commit 17a624eb42

View file

@ -1,6 +1,6 @@
vim.opt_local.breakindent = true
vim.opt_local.scrolloff = 2
vim.cmd("setlocal formatoptions-=r")
vim.cmd("setlocal formatoptions-=ro")
vim.api.nvim_create_autocmd({ "InsertLeave", "TextChanged" }, {
buffer = 0,
command = "silent! write",