AutoYADM commit: 2025-01-22 11:20:08
This commit is contained in:
parent
374a618b1c
commit
92e022bae6
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
vim.opt_local.breakindent = true
|
vim.opt_local.breakindent = true
|
||||||
vim.opt_local.scrolloff = 4
|
vim.opt_local.scrolloff = 4
|
||||||
|
-- vim.opt_local.number = false
|
||||||
|
-- vim.opt_local.relativenumber = false
|
||||||
-- vim.opt_local.textwidth = 80
|
-- vim.opt_local.textwidth = 80
|
||||||
vim.api.nvim_create_autocmd({ "InsertLeave", "TextChanged" }, {
|
vim.api.nvim_create_autocmd({ "InsertLeave", "TextChanged" }, {
|
||||||
buffer = 0,
|
buffer = 0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue