File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 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 ")
You can’t perform that action at this time.
0 commit comments