feat(core): update line length to 80

This commit is contained in:
2024-08-23 12:22:20 +02:00
parent cab4cfa157
commit f3313a4735
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ vim.cmd.filetype("plugin on")
vim.opt.hlsearch = true
vim.opt.laststatus = 3
vim.opt.textwidth = 0
vim.opt.colorcolumn = "101"
vim.opt.colorcolumn = "81"
vim.opt.shortmess:append("a")
vim.opt.autoread = true
-- vim.opt.cmdheight = 0 -- To hide cmdline when not used. Disabled due to