Jan
16th
Fri
16th
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.