1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

80 columns

This commit is contained in:
Daniel Barber 2023-04-28 17:19:37 -05:00
parent fb3b28b777
commit 9fb4f8a6bb

View File

@ -14,7 +14,7 @@ vim.opt.tabstop = indent
vim.opt.number = true
-- Line width
vim.opt.textwidth = 120
vim.opt.textwidth = 80
vim.opt.colorcolumn = "+1"
-- Open new split panes to the right and bottom, which feels more natural