toddyamakawa / vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Vim Config

plug.vim

Contains all of my plugins. It gets sourced in my .vimrc:

call plug#begin('~/.vim/vim-plug')
source ~/.vim/plug.vim
call plug#end()

setup.sh

Sets up my vim environment. Installs vim-plug and plugins.

Other Vim Tips

Useful Resources

Wrapping

Soft wrap text based on words rather than characters:

:set wrap linebreak

Examples

Other Resources

About


Languages

Language:Vim Script 78.7%Language:Vim Snippet 16.6%Language:Shell 1.6%Language:Python 1.2%Language:Makefile 0.8%Language:Tcl 0.6%Language:Ruby 0.5%Language:C 0.1%Language:Awk 0.0%