Johans notes, links etc RSS

This is just another unimportant web page with links and pictures of things that I like or just don't want to forget. Contact me
My lifestream

Archive

Jan
16th
Fri
permalink

My vimrc

Found Jonas vimrc and thought that could share mine.

syntax on
set ruler
set ts=4
set sw=4
set autowrite
set showmatch
set hlsearch
set incsearch
set ignorecase
filetype plugin indent on
colorscheme default
hi Number   ctermfg=yellow
hi Comment  ctermfg=yellow
autocmd FileType php set omnifunc=phpcomplete#CompletePHP
set cot+=menuone
set makeprg=php\ -l\ %
set errorformat=%m\ in\ %f\ on\ line\ %l
nnoremap  :TagExplorer

Resources that might be interesting.

Comments (View)
blog comments powered by Disqus