diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-23 05:55:36 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-23 05:55:36 +0200 |
commit | ff5c5117d87fe4c3e2ab9f49f0b83d6c69598ed0 (patch) | |
tree | f99798e186fbd52b49217ee111532fce90e19c8b | |
parent | d6e4bde6e39a35dbaf0d954a29207c4ba421803f (diff) |
Set textwidth to 73
-rw-r--r-- | .exrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ endfunction nnoremap <silent> M :call <sid>build()<cr> -set tw=80 +set tw=73 let g:netrw_sort_sequence = '^index.gsp$,[\/]$,' let g:netrw_list_hide .= ',^.*\.html$' |