summaryrefslogtreecommitdiffhomepage
path: root/.exrc
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-09-23 05:55:36 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-09-23 05:55:36 +0200
commitff5c5117d87fe4c3e2ab9f49f0b83d6c69598ed0 (patch)
treef99798e186fbd52b49217ee111532fce90e19c8b /.exrc
parentd6e4bde6e39a35dbaf0d954a29207c4ba421803f (diff)
Set textwidth to 73
Diffstat (limited to '.exrc')
-rw-r--r--.exrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.exrc b/.exrc
index 359949e..3194173 100644
--- a/.exrc
+++ b/.exrc
@@ -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$'