diff options
Diffstat (limited to 'etc/vimrc')
-rw-r--r-- | etc/vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ set list set listchars=tab:│\ ,trail:·,extends:…,precedes:…,nbsp:␠ set formatoptions=coqrt +set t_Co=256 + set textwidth=78 " Folding |