dotfiles/.vimrc

17 lines
203 B
VimL
Raw Permalink Normal View History

2018-06-08 19:56:59 +02:00
set encoding=utf8
set number
set ruler
set smartcase
set hlsearch
set expandtab
set smarttab
set shiftwidth=4
set tabstop=4
set ai "auto indent
set si "smart indent
set wrap "wrap lines
syntax enable