Skip to content

Commit 8e50926

Browse files
committed
add column width guide option
1 parent 9a5ab75 commit 8e50926

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lua/options.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,7 @@ vim.o.scrolloff = 10
7474
-- See `:help 'confirm'`
7575
vim.o.confirm = true
7676

77+
-- set width guide column at 100 characters
78+
vim.opt.colorcolumn = '100'
79+
7780
-- vim: ts=2 sts=2 sw=2 et

0 commit comments

Comments
 (0)