mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
added nowrap and nocompatible to vim config
This commit is contained in:
parent
a3b08acaeb
commit
c959bbd64a
@ -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 New Issue
Block a user