-
Notifications
You must be signed in to change notification settings - Fork 0
/
.myvimrc
31 lines (28 loc) · 1.16 KB
/
.myvimrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
" **************************************************************************** "
" "
" ::: :::::::: "
" .myvimrc :+: :+: :+: "
" +:+ +:+ +:+ "
" By: zaz <[email protected]> +#+ +:+ +#+ "
" +#+#+#+#+#+ +#+ "
" Created: 2013/06/15 12:36:36 by zaz #+# #+# "
" Updated: 2014/12/17 16:34:08 by tperraut ### ########.fr "
" "
" **************************************************************************** "
"Put your custom Vim configuration here
"Better command completion
"set wildmenu
"set wildmode=list:longest
"Show current line
set cursorline
syntax on
set nu
set nocompatible
set bs=2
set ruler
set mouse=n
set autoindent
set listchars=tab:>-,trail:_
set list
set tabstop=4
set columns=86