[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 endif
set virtualedit=block set virtualedit=block
set noshowmode set noshowmode
set textwidth=100
function! RestoreCursor() function! RestoreCursor()
let pos = line("'\"") let pos = line("'\"")

Loading…
Cancel
Save