Contains all of my plugins. It gets sourced in my .vimrc
:
call plug#begin('~/.vim/vim-plug')
source ~/.vim/plug.vim
call plug#end()
Sets up my vim environment. Installs vim-plug
and plugins.
Soft wrap text based on words rather than characters:
:set wrap linebreak
- EmilOhlsson's commit switching to coc.vim
- Why We Vim