AutoYADM commit: 2025-01-21 18:10:06
This commit is contained in:
parent
e01abab560
commit
f437112722
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
vim.opt_local.breakindent = true
|
vim.opt_local.breakindent = true
|
||||||
|
vim.opt_local.textwidth = 80
|
||||||
vim.api.nvim_create_autocmd({ "InsertLeave", "TextChanged" }, {
|
vim.api.nvim_create_autocmd({ "InsertLeave", "TextChanged" }, {
|
||||||
buffer = 0,
|
buffer = 0,
|
||||||
command = "silent! write",
|
command = "silent! write",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue