Skip to content

A easy way to build up your vim environments in less than 1 minute.

License

Notifications You must be signed in to change notification settings

LucasD11/oh-my-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oh My VIM

Build up your vim environment quick and easy.

Besides, Oh-My-VIM can be installed in less than 1 minutes.

Features

  • neocomplcache: Autocomplete code. Which is almost the same as YouCompleteMe but much faster.
  • CtrlP: File browser inside vim by <F3>.
  • Python code check inside vim by <F7> (<F8> to hide).
  • Auto Run: Auto run python code by <F5>.
  • indentLine: See code clearly.
  • vim-airline: Colorful status line.
  • ... Almost anything you want.
  • Quick Boot: With all these features, vim can boot within 1 second!!

Install

sh -c "$(wget https://raw.githubusercontent.com/crazydyz/oh-my-vim/master/tools/install.sh -O -)"

Uninstall

sh -c "$(wget https://raw.githubusercontent.com/crazydyz/oh-my-vim/master/tools/uninstall.sh -O -)"

Requirements

  • VIM 8.0+ is required.

  • +python feature is required for some python plugin. You can check that by typing

    vim --version | grep python

  • Pylint is required

About

A easy way to build up your vim environments in less than 1 minute.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published