[vim] set textwidth to 100

pull/28/head
Alpha Chen 6 years ago
parent cf944a8db6
commit 7c4ec2d439

@ -91,6 +91,7 @@ if !has("nvim")
endif
set virtualedit=block
set noshowmode
set textwidth=100
function! RestoreCursor()
let pos = line("'\"")

Loading…
Cancel
Save