debian-here/root/.vimrc

10 lines
127 B
VimL
Raw Permalink Normal View History

2018-05-24 18:21:07 +00:00
set nocompatible
filetype on
set ignorecase
set smartcase
set incsearch
syntax on
set tabstop=4
set shiftwidth=4
set expandtab