5 lines
143 B
Lua
5 lines
143 B
Lua
vim.opt_local.breakindent = true
|
|
vim.api.nvim_create_autocmd({ "InsertLeave", "TextChanged" }, {
|
|
buffer = 0,
|
|
command = "silent! write",
|
|
})
|