added nowrap and nocompatible to vim config
This commit is contained in:
parent
a3b08acaeb
commit
c959bbd64a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue