Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Containg my personal vimrc and additional scripts to automate the installation of vim plugins

Notifications You must be signed in to change notification settings

osolong/vim-scripts

Repository files navigation

 Developer: osolong
	https://github.com/osolong/vim-scripts

 Version: 0.8

 How_to_install:
	$ cd
	$ git clone git://github.com/osolong/vim-scripts.git
	$ cd vim_scripts
	$ ./vim_install.sh

 How_to_upgrade:
	$ pushd ~/vim-scripts
	$ git pull origin master
	$ popd

 Plugins_Included:
	> taglist.vim - https://github.com/vim-scripts/taglist.vim
		Source code browser plugin

	> supertab.vim - https://github.com/ervandew/supertab
		SuperTab. Do all your insert-mode completion with Tab.

	> cscope_maps.vim - https://github.com/chazy/cscope_maps
       Cscope key mapping for vim.

	> snipmate.vim - https://github.com/ervandew/snipmate.vim
		TextMate-style snippets for Vim. Supertab compatible.

	> NERDTree.vim - https://github.com/scrooloose/nerdtree
		A tree explorer plugin for navigating the filesystem

	> clang_complete - https://github.com/Rip-Rip/clang_complete
		Use of Clang for completing C, C++, Objective-C and Objective-C++

	> vim-perforce - https://github.com/osolong/vim-perforce
		Perforce plugin for VIM

	> ack.vim - https://github.com/mileszs/ack.vim
		Vim plugin for the Perl module / CLI script 'ack'

  Revisions:
	> 0.1 Initial commit.
	> 0.2 Miscelaneous fixes. Added F5 to show hidden characters. F6 to replace tabs with spaces.
	> 0.3 Added colorgcc from Johannes Schluter https://github.com/johannes/colorgcci
	> 0.4 Added coloredlogcat.py from Jeff Sharkey http://jsharkey.org. Renamed as color-logcat
	> 0.5 Added clang_complete, NERDTree and snipmate
	> 0.6 Changed to Vundle Plugin Manager. Removed Project and EnhancedCommentify.
	> 0.7 Added Perforce and ack plugins
	> 0.8 Changed snipmate to a supertab compatible version.

About

Containg my personal vimrc and additional scripts to automate the installation of vim plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published