feat(line-length): update line length to 100 cols

This commit is contained in:
2024-03-28 18:12:39 +01:00
parent d51516bbbf
commit 2f6ff745c8
4 changed files with 13 additions and 4 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 = "81"
vim.opt.colorcolumn = "101"
vim.opt.shortmess:append("a")
vim.opt.autoread = true
-- vim.opt.cmdheight = 0 -- To hide cmdline when not used. Disabled due to