debian-here/root/.vimrc
2018-05-24 20:21:07 +02:00

10 lines
127 B
VimL

set nocompatible
filetype on
set ignorecase
set smartcase
set incsearch
syntax on
set tabstop=4
set shiftwidth=4
set expandtab