Add max line length and marker
This commit is contained in:
2
vimrc
2
vimrc
@@ -87,6 +87,8 @@ set t_Co=256
|
|||||||
set laststatus=2 " Always display the statusline in all windows
|
set laststatus=2 " Always display the statusline in all windows
|
||||||
set showtabline=2 " Always display the tabline, even if there is only one tab
|
set showtabline=2 " Always display the tabline, even if there is only one tab
|
||||||
set noshowmode " Hide the default mode text (e.g. -- INSERT -- below the statusline)
|
set noshowmode " Hide the default mode text (e.g. -- INSERT -- below the statusline)
|
||||||
|
set colorcolumn=80
|
||||||
|
set textwidth=80
|
||||||
|
|
||||||
"Automaticly reread a file, if file has changed"
|
"Automaticly reread a file, if file has changed"
|
||||||
set autoread
|
set autoread
|
||||||
|
|||||||
Reference in New Issue
Block a user