mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
10 lines
378 B
VimL
10 lines
378 B
VimL
" 'set exrc' in ~/.vimrc will read .vimrc from the current directory
|
|
" Warning: Enabling exrc is dangerous! You can do nearly everything from a
|
|
" vimrc configuration file, including write operations and shell execution.
|
|
" You should consider setting 'set secure' as well, which is highly
|
|
" recommended!
|
|
set tabstop=8
|
|
set shiftwidth=8
|
|
set expandtab
|
|
set makeprg=GCC_COLORS=\ make
|