X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/032e314f141c64a252c363b6dce68ed44d8e6dd9..228374502b83afd5a84952bf017f42a10fc8ef28:/dot/vimrc diff --git a/dot/vimrc b/dot/vimrc index 99e3a53..87b4595 100644 --- a/dot/vimrc +++ b/dot/vimrc @@ -2,9 +2,14 @@ set incsearch set showcmd set autoindent +set softtabstop=2 +set shiftwidth=2 + if &t_Co > 2 || has("gui_running") syntax on set guifont=MiscFixed6x13\ 12 hi Normal guifg=white guibg=black set background=dark endif + +if has("autocmd") filetype plugin indent on endif