Skip to content

n3xtchen/vim-pig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#About
CEATE THE VIM IDE be applicable to Multi PROGRAMMING LANGUAGE

##Quick Start:
1.Setup Vundle:
    `$ git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle`

2.Download confiured file
    `$ git clone https://github.com/n3xtchen/vim-pig.git ~/.vim/vim-pig/``

3.Configure .vimrc
    `$ cp ~/.vim/vim-pig/vimrc ~/.vimrc`

4.Load the Configure you need with your programming
    >" choose IDE U need
    >" PHP IDE
    >if filereadable($HOME."/.vim/vim-pig/php-vimrc")
    >    source ~/.vim/vim-pig/php-vimrc
    >endif
    >" Python IDE
    >if filereadable($HOME."/.vim/vim-pig/python-vimrc")
    >    source ~/.vim/vim-pig/python-vimrc
    >endif
    >" Scala IDE
    >if filereadable($HOME."/.vim/vim-pig/scala-vimrc")
    >    source ~/.vim/vim-pig/php-vimrc
    >endif

3.Install configured bundles:
    Launch vim, run `:BundleInstall` (or vim +BundleInstall +qall for CLI lovers)

##TODO:
* PHP VIM IDE
* PYTHON VIM IDE
* SCALA VIM IDE

About

Try to Create Multi Programming Language VIM IDE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published