adding in wrap for better readability

This commit is contained in:
talksik
2023-07-14 08:57:51 -07:00
parent 282d6a3ec3
commit 6c16a5a25a
+1 -1
View File
@@ -9,7 +9,7 @@ vim.opt.expandtab = true
vim.opt.smartindent = true
vim.opt.wrap = false
vim.opt.wrap = true
vim.opt.swapfile = false
vim.opt.backup = false