jupiter update

This commit is contained in:
Johannes Findeisen 2022-11-01 00:14:39 +01:00
commit 63f827f39d
No known key found for this signature in database
GPG key ID: 2128DE136929E573
3 changed files with 10 additions and 3 deletions

4
.vimrc
View file

@ -51,10 +51,14 @@ set t_Co=256
set nocompatible
" Code indentation
syntax enable
filetype plugin indent on
set tabstop=4
set shiftwidth=4
set expandtab
set number
filetype indent on
set autoindent
" Better command-line completion
set wildmenu