Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

149 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim Stack - The Mephux Collection.

Why?

I want a good quality vim setup that does not depend on ruby, perl or python. Just pure old vimscript for easy deployment to whatever box I am currently using.

Vimux by default is mostly setup for work in ruby, javascript, html, css, go and c. However, adding plugins to extend it for whatever tools you need is trivial.

Vimux comes with two color schemas: epix and threatstack. Both color schemas were created by me modified from ir_black (https://github.com/wesgibbs/vim-irblack). The default color schema is threatstack.

Install

  • make install
  • vim +BundleInstall +qall # install all default plugins

Commands

NOTE: The default <Leader> is set to \

HTML

  • Invoke html completion with ctrl + e using emmet-vim (https://github.com/mattn/emmet-vim)

  • Example

    • div#hello followed by ctrl + e = <div id="hello"></div>
    • div.world followed by ctrl + e = <div class="word"></div>
    • etc..

Uninstall

make uninstall or make clean

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

TODO

  • I need to clean up the vimrc - it's a crazy mess but it's solid.

Look At Me

Epix

About

The vim configurations of a mad man.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors