dotfiles/vim/vimrc
2018-02-15 08:12:42 +01:00

21 lines
267 B
VimL

" auto indent
filetype plugin indent on
" enable syntax highlighting
syntax on
" tabwidth
set tabstop=4
set shiftwidth=4
" line numbers
set number
" themes
colorscheme elflord
" gvim layout
set guioptions-=r
set guioptions-=L
set guioptions-=m
set guioptions-=T