Add colorcolumn

This commit is contained in:
2023-09-11 13:53:09 +02:00
parent fe2ae55a65
commit 810122d88b
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ continuation_indent = 4
# this mean utf8 length , if this is 'unset' then the line width is no longer checked
# this option decides when to chopdown the code
max_line_length = 120
max_line_length = 80
# optional crlf/lf/cr/auto, if it is 'auto', in windows it is crlf other platforms are lf
# in neovim the value 'auto' is not a valid option, please use 'unset'