1
0
Fork 0
mirror of synced 2024-06-15 05:21:10 -04:00

added nowrap and nocompatible to vim config

This commit is contained in:
Mirosław Pragłowski 2014-05-09 20:39:31 +02:00
parent a3b08acaeb
commit c959bbd64a

View file

@ -416,3 +416,5 @@ endfunction
" => custom settings " => custom settings
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
set number set number
set nocompatible " choose no compatibility with legacy vi
set nowrap " don't wrap lines