AutoYADM commit: 2025-02-05 14:55:08
This commit is contained in:
parent
dc20978751
commit
99ad2103ff
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
vim.opt_local.breakindent = true
|
||||
vim.opt_local.scrolloff = 2
|
||||
vim.cmd("setlocal formatoptions-=ro")
|
||||
vim.opt_local.number = false
|
||||
vim.opt_local.relativenumber = false
|
||||
vim.api.nvim_create_autocmd({ "InsertLeave", "TextChanged" }, {
|
||||
buffer = 0,
|
||||
command = "silent! write",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue