1
0
Fork 0
forked from nya/nvim

set colorcolumn to 80

This commit is contained in:
bunny winter 2025-02-10 13:50:03 -06:00
parent 0712f9053f
commit 50c35503e3
Signed by: nya
SSH key fingerprint: SHA256:aFOeJZAb3Y7XJxd+BReehNPp/dmurGW9M13mIayeOm0

View file

@ -11,6 +11,9 @@ end
-- show line numbers
o.number = true
-- 80 column indicator
o.colorcolumn = "80"
-- enable mouse mode
o.mouse = "a"