1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[vim] Disable automatic line breaks

This commit is contained in:
Hyacinthe Cartiaux 2016-11-17 10:54:18 +01:00
parent a5594170c0
commit c8c1c2d07d

View file

@ -193,9 +193,9 @@ set tabstop=4
" Use tab when editing Makefiles
autocmd FileType make set noexpandtab
" Linebreak on 500 characters
set lbr
set textwidth=200
" Linebreak on 200 characters
" set lbr
" set textwidth=200
"" Use modeline overrides (file specific configuration)
set modeline