dotfiles/vimrc

14 lines
151 B
VimL
Raw Normal View History

" auto indent
2016-09-24 01:13:08 +02:00
filetype plugin indent on
" enable syntax highlighting
syntax on
" tabwidth
2016-09-24 01:13:08 +02:00
set tabstop=4
set shiftwidth=4
" line numbers
2016-09-24 01:13:08 +02:00
set number