Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 883 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 883 Bytes

My personal VIM-config

This is my personal configuration for everybodies favorite editor VIM.
I use it mainly for ruby and javascript development.

My configuration is based on duwanis work.

Clone this repository then call ./relink to link .vim and .vimrc to your home directory. Once you are inside vim run :PlugInstall.

Added non-plugin features

Plugins:

See home/.vim/config/vimplug.vim

Quick tips

Search over multiple lines: BEFORE\_.\{-}AFTER

If there the window is not full height try:

defaults write org.vim.MacVim MMTextInsetBottom 10 # Adds pixel rows to the bottom
defaults write org.vim.MacVim MMTextInsetTop 10 # Adds pixel rows to the top