Systemd/.vimrc

11 lines
389 B
VimL
Raw Normal View History

2012-01-23 04:42:11 +01:00
" '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!
2012-01-23 04:42:11 +01:00
set tabstop=8
set shiftwidth=8
set expandtab
set makeprg=GCC_COLORS=\ make
set tw=119