Commit for generation 88

This commit is contained in:
2024-09-25 16:35:26 -04:00
parent 9db51467c5
commit a9fb6082e3
2 changed files with 2 additions and 1 deletions

View File

@@ -21,7 +21,7 @@
vim.opt.ruler = true
vim.opt.scrolloff = 6
vim.opt.undofile = true
vim.opt.foldmethod = "indent"
vim.opt.foldmethod = "manual"
vim.opt.wrap = true
vim.opt.linebreak = true
vim.opt.textwidth = 135