set colorcolumn to 80
This commit is contained in:
parent
0712f9053f
commit
50c35503e3
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ end
|
||||||
-- show line numbers
|
-- show line numbers
|
||||||
o.number = true
|
o.number = true
|
||||||
|
|
||||||
|
-- 80 column indicator
|
||||||
|
o.colorcolumn = "80"
|
||||||
|
|
||||||
-- enable mouse mode
|
-- enable mouse mode
|
||||||
o.mouse = "a"
|
o.mouse = "a"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue