This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/vim/vimrc
2018-02-15 08:12:42 +01:00

22 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