Skip to content

Commit c84d772

Browse files
committed
Adding readme
1 parent 237f9f8 commit c84d772

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Vim as a PHP IDE
2+
===
3+
4+
Installation:
5+
[email protected]:renownedmedia/Vim-PHP-IDE.git
6+
ln -s ~/.vim/vimrc ~/.vimrc
7+
8+
This Vim configuration is meant to be used to make Vim act more like an IDE. I use it mostly under MacVIM,
9+
so some things may be weird in different environments. For now, I'm just planning on using github to make
10+
managing my VIM configuraiton more easy, especially with deploying it to different environments. I'm not
11+
sure if I will make this a community projects.
12+
13+
Feautres
14+
===
15+
16+
* File Browser on left side of screen
17+
* Functions, Variables, Classes on right
18+
* Move between buffers in center screen
19+
20+
21+
Requirements
22+
===
23+
24+
Install ctags and configure on your Mac:
25+
http://www.renownedmedia.com/blog/installing-vim-taglist-with-macvim-in-os-x/
26+
27+
![Screenshot](http://www.renownedmedia.com/wp-content/uploads/2011/08/nerdtree-taglist.png "Screenshot of Configuration")

0 commit comments

Comments
 (0)