summaryrefslogtreecommitdiff
path: root/tools/vim/README
blob: 695e4a2ae81d067c97351d9a3231359e2a5aaabe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
To use theses files, copy everything in your .vim directory in your home
directory:

	mkdir ~/.vim
	cp -r * ~/.vim

And add in your .vimrc:

let g:fullname = "Henri Dugenou"
let g:copyright = g:fullname
let g:email = "dugenou@example.com"
let g:nickname = "Dug"