dotfiles/vim/vimrc

22 lines
267 B
VimL
Raw Normal View History

" auto indent
2016-09-23 23:13:08 +00:00
filetype plugin indent on
" enable syntax highlighting
syntax on
" tabwidth
2016-09-23 23:13:08 +00:00
set tabstop=4
set shiftwidth=4
" line numbers
2016-09-23 23:13:08 +00:00
set number
" themes
colorscheme elflord
" gvim layout
set guioptions-=r
set guioptions-=L
set guioptions-=m
set guioptions-=T