Skip to content

Latest commit

 

History

History
74 lines (58 loc) · 3.44 KB

README.md

File metadata and controls

74 lines (58 loc) · 3.44 KB

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