Skip to content

A set of pre-configured VIM plugins that makes devs, devops and sysadmins life happier

License

Notifications You must be signed in to change notification settings

jrab66/vim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-configuration

My favourite vim configurations made portable

Installation:

  • just clone the repo into your home .vim directory

    git clone https://github.com/drAlberT/vimcfg4php.git .vim
    
  • and insert the following to .vimrc:

    " Source all settings
    if filereadable(glob("~/.vim/vimrc.local"))
        source ~/.vim/vimrc.local
    endif
    
  • then checkout the submodules in bundles/

    git submodule update --init
    

About

A set of pre-configured VIM plugins that makes devs, devops and sysadmins life happier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 99.9%
  • PHP 0.1%