AutoYADM commit: 2025-02-05 14:55:08

This commit is contained in:
Daniel Fichtinger 2025-02-05 14:55:08 -05:00
parent dc20978751
commit 99ad2103ff

View file

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