dotfiles/files/vimrc
Jake Howard bcce8c63ba
Massively thin out vimrc
I don't need all that. And this way I can copy it to servers easier (coming soon)
2021-07-01 22:49:44 +01:00

22 lines
333 B
VimL

cmap w!! w !sudo tee >/dev/null %
:set mouse=a
syntax on
filetype plugin indent on
if !has('gui_running')
set t_Co=256
endif
set background=dark
" Tab inserts 4 spaces
set expandtab
set ts=4 sw=4 sts=4
" Autocomplete in command mode (Tab to invoke)
set wildmenu
" Set the 'default but not default' colour scheme
colo default