Skip to content

toddyamakawa/vim

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published