Skip to content
/ vim Public

A shell script for vim editor configuration

Notifications You must be signed in to change notification settings

nightmeng/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is shell script for vim editor configuration.

##Description

The script fetch corresponding vim plugins from github.com and use vundle to manage them.

  • Vundle: The vim plugins manager.
  • YouCompleteMe: A vim plugin to autocomplete the code you type.
  • Nerdtree: A vim plugin to list files.
  • vim-go: A vim plugin for golang developer.
  • rust: A vim plugin for rust developer.
  • YCM-Generator: A vim plugin to generate the python script for YouCompleteMe.

##Usage: ###Step1. fetch the code from github.com.

git clone https://github.com/nightmeng/vim

###Step2. install vim scripts.

cd vim ./install

###Step3. install plugins. Run vim in command mode, and then type :PluginInstall to install plugins.

About

A shell script for vim editor configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published