We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a5ab75 commit 8e50926Copy full SHA for 8e50926
1 file changed
lua/options.lua
@@ -74,4 +74,7 @@ vim.o.scrolloff = 10
74
-- See `:help 'confirm'`
75
vim.o.confirm = true
76
77
+-- set width guide column at 100 characters
78
+vim.opt.colorcolumn = '100'
79
+
80
-- vim: ts=2 sts=2 sw=2 et
0 commit comments