X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/6e485064b17a5d7fbda5709d0dcd63567191407b..289af37c4e2a5acb588da0fdc407b2e632270cb5:/dot/vimrc diff --git a/dot/vimrc b/dot/vimrc index 99e3a53..88fde61 100644 --- a/dot/vimrc +++ b/dot/vimrc @@ -2,9 +2,16 @@ 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