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

faktiva/vim-config

Repository files navigation

vim configuration for enhanced WebDevs / SysAdmins

An easy to deploy set of pre-configured VIM plugins and configurations targeted to make Web Developers and System Administrators more happy ;)

Installation:

  • clone the repo into your home .vim directory

    git clone https://github.com/faktiva/vim-config.git ~/.vim && cd ~/.vim ; git submodule update --init
  • insert the following in your .vimrc:

    " Source all settings
    if filereadable(glob("~/.vim/vimrc.local"))
        source ~/.vim/vimrc.local
    endif
    
    " Invert paste when \p or <F3> is pressed
    :nnoremap <leader>p :set invpaste<CR>
    :nnoremap <F3> :set invpaste<CR>

Features

The following plugins are installed and configured:

Color Schemes

Vim enhancers

Enhanced Syntax highlight