dotfiles/.config/nvim/after/ftplugin/org.lua

6 lines
172 B
Lua

vim.opt_local.breakindent = true
vim.opt_local.textwidth = 80
vim.api.nvim_create_autocmd({ "InsertLeave", "TextChanged" }, {
buffer = 0,
command = "silent! write",
})