-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.vimrc
More file actions
41 lines (32 loc) · 678 Bytes
/
Copy path.vimrc
File metadata and controls
41 lines (32 loc) · 678 Bytes
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
32
33
34
35
36
37
38
39
40
"musthave
syntax on
set background=dark
"dev
set expandtab
set shiftwidth=4
set softtabstop=4
set tabstop=4
"nocompatible but gret options
set nocp
"syn match Space " "
"syn match Tab "\t"
"syn match coin "c"
"hi def Space ctermbg=darkred guibg=#500000
"hi def Tab ctermbg=darkgreen guibg=#003000
"hi def coin ctermbg=blue guibg=#777777
"set list lcs=nbsp:·,eol:$
"set list
"set lcs=nbsp:%
" afficher un caractere (ASCII 183)
" pour les espaces insecables en utf-8
if &encoding == "utf-8"
"set list lcs=nbsp:·,eol:$
set list lcs=nbsp:·
endif
"set mouse=a
"enable modelines
set modeline
set modelines=30
"correcteur
"set spelllang=fr
"au FileType mail setlocal spell