Skip to content

thenoseman/vim_config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My vim configuration

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Vim Script 95.3%
  • Vim Snippet 4.5%
  • Shell 0.2%