Skip to content

Various scripts to easily set up a VIM development environment

License

Notifications You must be signed in to change notification settings

davidquantum/vim-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-scripts

Various scripts to easily set up a VIM development environment

It installs by default the following packages:

  • vim-pathogen - runtime plugin installer
  • ctrlp - full path fuzzy file, mru, buffer, tag.. finder
  • gundo - visualize undo tree
  • airline - light status/tabline
  • nerdtree - filesystem explorer

Also supports installing OmniSharp support for C# development. More information can be found on my blog.

Installation

Run

./setup.sh --csharp

to set up omnisharp-server version or

./setup.sh --csharp --roslyn

to set up omnisharp-roslyn version.

Caution: The script will overwrite the existing ~/.vimrc file (makes a backup of the existing file to /tmp/tmpvimfiles) and moves the contents of existing .vim/bundle also to /tmp/tmpvimfiles

The scripts are under continues development and will be improved over time.

Screenshots

OmniSharp autocomplete

About

Various scripts to easily set up a VIM development environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages