jupiter update
This commit is contained in:
parent
b45383c9a1
commit
63f827f39d
3 changed files with 10 additions and 3 deletions
4
.vimrc
4
.vimrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue