mirror of
https://github.com/amix/vimrc
synced 2025-07-09 02:25:00 +08:00
added nowrap and nocompatible to vim config
This commit is contained in:
@ -416,3 +416,5 @@ endfunction
|
||||
" => custom settings
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
set number
|
||||
set nocompatible " choose no compatibility with legacy vi
|
||||
set nowrap " don't wrap lines
|
||||
|
Reference in New Issue
Block a user